PageRenderTime 4376ms queryTime 521ms sortTime 198ms getByIdsTime 51ms findMatchingLines 883ms

100+ results results for 'using System.Linq;' (4376 ms)

Not the results you expected?
ApiVersionHelper.cs https://gitlab.com/jslee1/azure-powershell | C# | 217 lines
                    
14
                    
15using Microsoft.Azure.Commands.Common.Authentication.Models;
                    
16
                    
18{
                    
19    using Entities.Providers;
                    
20    using Extensions;
                    
20    using Extensions;
                    
21    using System;
                    
22    using System.Collections.Generic;
                    
23    using System.Globalization;
                    
24    using System.Linq;
                    
25    using System.Runtime.Caching;
                    
25    using System.Runtime.Caching;
                    
26    using System.Threading;
                    
27    using System.Threading.Tasks;
                    
                
CommandSettings.cs https://gitlab.com/srbhgupta/vsts-agent | C# | 310 lines
                    
1using Microsoft.VisualStudio.Services.Agent.Listener.Configuration;
                    
2using Microsoft.VisualStudio.Services.Agent.Util;
                    
3using System;
                    
4using System.Linq;
                    
5using System.Collections.Generic;
                    
                
PedigreeNodeParents.cs https://gitlab.com/GRIN-Global/GRIN-Global-server | C# | 178 lines
                    
10using System;
                    
11using System.Linq;
                    
12using System.IO;
                    
12using System.IO;
                    
13using System.Text;
                    
14using System.Collections;
                    
14using System.Collections;
                    
15using System.Collections.Generic;
                    
16using System.Collections.ObjectModel;
                    
16using System.Collections.ObjectModel;
                    
17using System.ComponentModel.DataAnnotations;
                    
18using System.Runtime.Serialization;
                    
18using System.Runtime.Serialization;
                    
19using Newtonsoft.Json;
                    
20
                    
                
fiSerializerMigrationUtilityEditorWindow.cs https://gitlab.com/saneknovco/refregerator | C# | 272 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using FullInspector.Internal;
                    
4using FullInspector.Internal;
                    
5using FullSerializer;
                    
6using UnityEditor;
                    
6using UnityEditor;
                    
7using UnityEngine;
                    
8using UnityObject = UnityEngine.Object;
                    
87            if (_disablePopups) return true;
                    
88            return EditorUtility.DisplayDialog("Annotations", "Have you also added annotations to your models so that they can be *deserialized* using " +
                    
89                _currentSerializer.Type.CSharpName() + " and then *serialized* using " + _newSerializer.Type.CSharpName() + "?", "Yes", "No, not yet");
                    
                
RedundantSubqueryRemover.cs https://bitbucket.org/moisesmiranda/subsonic-4.git | C# | 265 lines
                    
5
                    
6using System;
                    
7using System.Collections;
                    
7using System.Collections;
                    
8using System.Collections.Generic;
                    
9using System.Collections.ObjectModel;
                    
9using System.Collections.ObjectModel;
                    
10using System.Linq;
                    
11using System.Linq.Expressions;
                    
11using System.Linq.Expressions;
                    
12using System.Reflection;
                    
13using System.Text;
                    
13using System.Text;
                    
14using SubSonic.Linq.Structure;
                    
15
                    
                
VisualStudioInstance.cs https://gitlab.com/SplatoonModdingHub/PTVS | C# | 332 lines
                    
17using System;
                    
18using System.Collections.Generic;
                    
19using System.IO;
                    
19using System.IO;
                    
20using System.Linq;
                    
21using System.Windows.Automation;
                    
22using System.Windows.Input;
                    
23using EnvDTE;
                    
24using Microsoft.VisualStudio.Shell;
                    
24using Microsoft.VisualStudio.Shell;
                    
25using Microsoft.VisualStudio.Shell.Interop;
                    
26using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
26using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
27using Microsoft.VisualStudioTools.VSTestHost;
                    
28using TestUtilities.SharedProject;
                    
                
FlowEngine.cs https://gitlab.com/justbediego/Isaap | C# | 248 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6using Automation.DataAccess;
                    
6using Automation.DataAccess;
                    
7using Automation.Model;
                    
8using System.Data.Entity;
                    
8using System.Data.Entity;
                    
9using Automation.Model.Exception;
                    
10
                    
                
IssueView.cs https://gitlab.com/jslee1/CodeHub | C# | 251 lines
                    
1using System;
                    
2using CodeHub.Core.ViewModels.Issues;
                    
3using UIKit;
                    
4using CodeHub.iOS.ViewControllers;
                    
5using CodeHub.iOS.Utilities;
                    
6using CodeHub.iOS.DialogElements;
                    
7using System.Linq;
                    
8using System.Collections.Generic;
                    
8using System.Collections.Generic;
                    
9using Humanizer;
                    
10using CodeHub.iOS.ViewControllers.Repositories;
                    
10using CodeHub.iOS.ViewControllers.Repositories;
                    
11using CodeHub.iOS.Services;
                    
12using System.Reactive.Linq;
                    
12using System.Reactive.Linq;
                    
13using ReactiveUI;
                    
14using CodeHub.iOS.WebViews;
                    
                
Autopilot.InstructionCommand.Enemy.cs https://gitlab.com/N3X15/SECE-ARMS | C# | 341 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Rynchodon.Settings;
                    
6using Sandbox.Game.Entities;
                    
6using Sandbox.Game.Entities;
                    
7using Sandbox.Game.Gui;
                    
8using Sandbox.ModAPI;
                    
8using Sandbox.ModAPI;
                    
9using Sandbox.ModAPI.Interfaces.Terminal;
                    
10using VRage.ModAPI;
                    
10using VRage.ModAPI;
                    
11using VRage.Utils;
                    
12
                    
                
SearchExpression.cs https://gitlab.com/Tiger66639/neural_network_designer | C# | 248 lines
                    
1using JaStDev.HAB.Brain;
                    
2using JaStDev.HAB.Brain.Thread_syncing;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5
                    
159                                case (ulong)PredefinedNeurons.In:
                    
160                                    using (LinksAccessor iLinksIn = iToSearch.LinksIn)
                    
161                                    {
                    
167                                case (ulong)PredefinedNeurons.Out:
                    
168                                    using (LinksAccessor iLinksOut = iToSearch.LinksOut)
                    
169                                        iSearchData.ToSearch = iLinksOut.Items;
                    
184        ///// <summary>
                    
185        ///// Searches a list of neurons using the specified criteria.
                    
186        ///// </summary>
                    
                
BlackboardFieldKeywordView.cs https://gitlab.com/hieplv.amgame/c0lor-blocks | C# | 285 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text.RegularExpressions;
                    
4using System.Text.RegularExpressions;
                    
5using System.Globalization;
                    
6using UnityEditor.Graphing;
                    
6using UnityEditor.Graphing;
                    
7using UnityEditor.Graphing.Util;
                    
8using UnityEngine;
                    
8using UnityEngine;
                    
9using UnityEditor.UIElements;
                    
10using UnityEngine.UIElements;
                    
10using UnityEngine.UIElements;
                    
11using Toggle = UnityEngine.UIElements.Toggle;
                    
12using UnityEditor.Experimental.GraphView;
                    
                
StandaloneTargetView.cs https://gitlab.com/SplatoonModdingHub/PTVS | C# | 284 lines
                    
16
                    
17using System;
                    
18using System.Collections.Generic;
                    
18using System.Collections.Generic;
                    
19using System.Collections.ObjectModel;
                    
20using System.ComponentModel;
                    
20using System.ComponentModel;
                    
21using System.Diagnostics;
                    
22using System.IO;
                    
22using System.IO;
                    
23using System.Linq;
                    
24using Microsoft.PythonTools.Interpreter;
                    
24using Microsoft.PythonTools.Interpreter;
                    
25using Microsoft.VisualStudio.ComponentModelHost;
                    
26
                    
                
MakeCharacter.cs https://gitlab.com/sheminusminus/filament | C# | 380 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Threading.Tasks;
                    
9using System.Windows.Forms;
                    
9using System.Windows.Forms;
                    
10using System.IO;
                    
11
                    
                
GitHubAuthority.cs https://gitlab.com/mayakarya/Git-Credential-Manager-for-Windows | C# | 221 lines
                    
25
                    
26using System;
                    
27using System.Diagnostics;
                    
27using System.Diagnostics;
                    
28using System.Linq;
                    
29using System.Net;
                    
29using System.Net;
                    
30using System.Net.Http;
                    
31using System.Text;
                    
31using System.Text;
                    
32using System.Text.RegularExpressions;
                    
33using System.Threading.Tasks;
                    
71
                    
72            using (HttpClientHandler handler = targetUri.HttpClientHandler)
                    
73            using (HttpClient httpClient = new HttpClient(handler)
                    
                
SubclassInspectorMapsToSubclassMapping.cs https://github.com/carbrito/fluent-nhibernate.git | C# | 398 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Linq.Expressions;
                    
3using System.Linq.Expressions;
                    
4using System.Reflection;
                    
5using FluentNHibernate.Automapping.TestFixtures;
                    
5using FluentNHibernate.Automapping.TestFixtures;
                    
6using FluentNHibernate.Conventions;
                    
7using FluentNHibernate.Conventions.Inspections;
                    
7using FluentNHibernate.Conventions.Inspections;
                    
8using FluentNHibernate.MappingModel;
                    
9using FluentNHibernate.MappingModel.ClassBased;
                    
9using FluentNHibernate.MappingModel.ClassBased;
                    
10using FluentNHibernate.MappingModel.Collections;
                    
11using FluentNHibernate.Utils;
                    
                
App.xaml.cs https://bitbucket.org/cjarrett/wp8maasdfaspsexamplessd.git | C# | 261 lines
                    
8
                    
9using System;
                    
10using System.Collections.Generic;
                    
10using System.Collections.Generic;
                    
11using System.Linq;
                    
12using System.Net;
                    
13using System.Windows;
                    
14using System.Windows.Controls;
                    
15using System.Windows.Documents;
                    
16using System.Windows.Input;
                    
17using System.Windows.Media;
                    
18using System.Windows.Media.Animation;
                    
18using System.Windows.Media.Animation;
                    
19using System.Windows.Navigation;
                    
20using System.Windows.Shapes;
                    
                
PropertyGenerator.cs https://gitlab.com/sharadag/TestProject2 | C# | 242 lines
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using Microsoft.CodeAnalysis.CodeGeneration;
                    
5using Microsoft.CodeAnalysis.CodeGeneration;
                    
6using Microsoft.CodeAnalysis.CSharp.Extensions;
                    
7using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
7using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
8using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
9using Roslyn.Utilities;
                    
10
                    
11using static Microsoft.CodeAnalysis.CodeGeneration.CodeGenerationHelpers;
                    
12using static Microsoft.CodeAnalysis.CSharp.CodeGeneration.CSharpCodeGenerationHelpers;
                    
                
AnimationPlayableAssetInspector.cs https://gitlab.com/hieplv.amgame/c0lor-blocks | C# | 341 lines
                    
1using System;
                    
2using System.Linq;
                    
3using UnityEngine;
                    
3using UnityEngine;
                    
4using UnityEngine.Timeline;
                    
5
                    
93            bool disabled = m_EditorClips == null || m_EditorClips.Any(c => c.clip == null || c.clip.recordable);
                    
94            using (new EditorGUI.DisabledScope(disabled))
                    
95            {
                    
157
                    
158                using (new EditorGUI.DisabledScope(targets.Length > 1))
                    
159                {
                    
                
AssertionComponentEditor.cs https://gitlab.com/zerohun/RaputaJump | C# | 226 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Reflection;
                    
4using System.Reflection;
                    
5using UnityEditor;
                    
6using UnityEngine;
                    
6using UnityEngine;
                    
7using UnityEditor.SceneManagement;
                    
8
                    
                
VMRoleOperationsTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 212 lines
                    
14
                    
15using System;
                    
16using System.Collections.Generic;
                    
16using System.Collections.Generic;
                    
17using System.Linq;
                    
18using System.Net;
                    
18using System.Net;
                    
19using System.Net.Http;
                    
20using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
20using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
21using Xunit;
                    
22using Microsoft.WindowsAzure.Commands.Test.WAPackIaaS.Mocks;
                    
22using Microsoft.WindowsAzure.Commands.Test.WAPackIaaS.Mocks;
                    
23using Microsoft.WindowsAzure.Commands.Utilities.WAPackIaaS;
                    
24using Microsoft.WindowsAzure.Commands.Utilities.WAPackIaaS.DataContract;
                    
                
ScheduleFragment.cs https://gitlab.com/muthuprabhu/monodroid-samples | C# | 446 lines
                    
18using System.Collections.Generic;
                    
19using System.Linq;
                    
20using System.Text;
                    
21
                    
22using Android.App;
                    
23using Android.Content;
                    
23using Android.Content;
                    
24using Android.OS;
                    
25using Android.Runtime;
                    
27using Android.Views;
                    
28using Android.Widget;
                    
29
                    
30using Android.Support.V4.App;
                    
31using MonoIO.Utilities;
                    
32using Android.Text.Format;
                    
                
AccountController.cs https://gitlab.com/oscarsalazarsevilla/ITELCA | C# | 273 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
6using System.Web.Routing;
                    
6using System.Web.Routing;
                    
7using System.Web.Security;
                    
8using ITELCA_CONTROLESTUDIOS.Models;
                    
8using ITELCA_CONTROLESTUDIOS.Models;
                    
9using ITELCA_CLASSLIBRARY.Models.Classes;
                    
10using ITELCA_CLASSLIBRARY.Models;
                    
10using ITELCA_CLASSLIBRARY.Models;
                    
11using ITELCA_CLASSLIBRARY.Services;
                    
12using System.Web.SessionState;
                    
                
NHSecurity.cs https://gitlab.com/d.sreejith/MIS_wds | C# | 317 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
                
PageRequester.cs https://gitlab.com/kokeiro001/abot | C# | 259 lines
                    
1using Abot.Poco;
                    
2using log4net;
                    
2using log4net;
                    
3using System;
                    
4using System.CodeDom;
                    
4using System.CodeDom;
                    
5using System.Linq;
                    
6using System.Net;
                    
6using System.Net;
                    
7using System.Reflection;
                    
8using System.Threading.Tasks;
                    
8using System.Threading.Tasks;
                    
9using log4net.Core;
                    
10
                    
                
CachingLookupTests.cs https://gitlab.com/sharadag/Roslyn | C# | 287 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
5using System.Collections.Immutable;
                    
6using System.Linq;
                    
7using Microsoft.CodeAnalysis.Collections;
                    
7using Microsoft.CodeAnalysis.Collections;
                    
8using Microsoft.CodeAnalysis.Text;
                    
9using Xunit;
                    
                
IntervalTree`1.cs https://gitlab.com/sharadag/TestProject2 | C# | 302 lines
                    
2
                    
3using System;
                    
4using System.Collections;
                    
4using System.Collections;
                    
5using System.Collections.Generic;
                    
6using System.Diagnostics;
                    
6using System.Diagnostics;
                    
7using System.Linq;
                    
8using Microsoft.CodeAnalysis.Text;
                    
8using Microsoft.CodeAnalysis.Text;
                    
9using Roslyn.Utilities;
                    
10
                    
                
DeclarePublicAPIFix.cs https://gitlab.com/sharadag/TestProject2 | C# | 258 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Collections.Immutable;
                    
6using System.Composition;
                    
6using System.Composition;
                    
7using System.Linq;
                    
8using System.Threading;
                    
8using System.Threading;
                    
9using System.Threading.Tasks;
                    
10using Microsoft.CodeAnalysis;
                    
10using Microsoft.CodeAnalysis;
                    
11using Microsoft.CodeAnalysis.CodeActions;
                    
12using Microsoft.CodeAnalysis.CodeFixes;
                    
                
PluginDispatcher.cs https://gitlab.com/RakotVT/PluginPlatform | C# | 295 lines
                    
1using System;
                    
2using System.Diagnostics;
                    
2using System.Diagnostics;
                    
3using System.Linq;
                    
4using System.Runtime.InteropServices;
                    
4using System.Runtime.InteropServices;
                    
5using System.Threading;
                    
6using System.Threading.Tasks;
                    
6using System.Threading.Tasks;
                    
7using PluginPlatform.Core.Util;
                    
8using PluginPlatform.Core.WinFunctions;
                    
8using PluginPlatform.Core.WinFunctions;
                    
9using PluginPlatform.Shell.Model;
                    
10
                    
                
HubProgressFacts.cs https://gitlab.com/scgitlab/SignalR | C# | 204 lines
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6using Microsoft.AspNet.SignalR.Client;
                    
6using Microsoft.AspNet.SignalR.Client;
                    
7using Microsoft.AspNet.SignalR.Tests.Common.Infrastructure;
                    
8using Xunit;
                    
35
                    
36                using (hubConnection)
                    
37                {    
                    
152
                    
153                using (hubConnection)
                    
154                {
                    
                
ThreadPoolSchedulerTest.cs https://gitlab.com/svsamipillai/Rx.NET | C# | 332 lines
                    
3#if !NO_THREAD
                    
4using System;
                    
5using System.Collections.Generic;
                    
5using System.Collections.Generic;
                    
6using System.Linq;
                    
7using System.Reactive.Concurrency;
                    
7using System.Reactive.Concurrency;
                    
8using System.Reactive.Disposables;
                    
9using System.Threading;
                    
9using System.Threading;
                    
10using Microsoft.Reactive.Testing;
                    
11using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
                
Audio.cs https://gitlab.com/simscolony/FreeSims | C# | 290 lines
                    
8using System.Collections.Generic;
                    
9using System.Linq;
                    
10using System.Text;
                    
10using System.Text;
                    
11using System.Diagnostics;
                    
12using FSO.Content.Framework;
                    
12using FSO.Content.Framework;
                    
13using FSO.Content.Model;
                    
14using System.Text.RegularExpressions;
                    
16using System.IO;
                    
17using System.Runtime.InteropServices;
                    
18using FSO.Files.Formats.DBPF;
                    
184        /// <summary>
                    
185        /// Gets a Hitlist from a DBPF using its InstanceID.
                    
186        /// </summary>
                    
                
EditingElementsReferencedByOrReferences_Tests.cs https://gitlab.com/Banul/la-project1 | C# | 350 lines
                    
7
                    
8using System;
                    
9using System.Collections.Generic;
                    
9using System.Collections.Generic;
                    
10using System.Globalization;
                    
11using System.IO;
                    
11using System.IO;
                    
12using System.Linq;
                    
13using System.Xml;
                    
13using System.Xml;
                    
14using Microsoft.Build.Construction;
                    
15using Microsoft.Build.Evaluation;
                    
15using Microsoft.Build.Evaluation;
                    
16using Xunit;
                    
17
                    
                
SyntaxEditor.cs https://gitlab.com/sharadag/Roslyn | C# | 266 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Linq;
                    
6using System.Text;
                    
6using System.Text;
                    
7using System.Threading.Tasks;
                    
8using Roslyn.Utilities;
                    
                
SqlProjectRepository.cs https://gitlab.com/black-plain-games/bizio | C# | 233 lines
                    
1using Bizio.Core.Data.Companies;
                    
2using Bizio.Core.Data.People;
                    
2using Bizio.Core.Data.People;
                    
3using Bizio.Core.Data.Projects;
                    
4using Bizio.Core.Repositories;
                    
4using Bizio.Core.Repositories;
                    
5using Bizio.Core.Repositories.Bases;
                    
6using Bizio.Core.Services.Data;
                    
7using Bizio.Core.Utilities;
                    
8using BlackPlain.Sql;
                    
9using Microsoft.Extensions.Options;
                    
9using Microsoft.Extensions.Options;
                    
10using System;
                    
11using System.Collections.Generic;
                    
12using System.Data;
                    
13using System.Linq;
                    
14using System.Threading;
                    
                
GenericStorageProvider.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 305 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using AppLimit.CloudComputing.SharpBox.Common.IO;
                    
4using AppLimit.CloudComputing.SharpBox.Common.IO;
                    
5using AppLimit.CloudComputing.SharpBox.Exceptions;
                    
6using AppLimit.CloudComputing.SharpBox.StorageProvider.API;
                    
6using AppLimit.CloudComputing.SharpBox.StorageProvider.API;
                    
7using AppLimit.CloudComputing.SharpBox.StorageProvider.BaseObjects;
                    
8
                    
                
Incidentes.aspx.cs https://gitlab.com/angelogalindo/proyectoseminarioanalisis | C# | 258 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Web.UI;
                    
6using System.Web.UI.WebControls;
                    
7//Agregar a todo
                    
8using CAD;
                    
9using MySql.Data.MySqlClient;
                    
9using MySql.Data.MySqlClient;
                    
10using System.Data;
                    
11using Telerik.Web.UI;
                    
                
TypeUtilities.cs https://gitlab.com/kush/Avalonia | C# | 339 lines
                    
3
                    
4using System;
                    
5using System.Globalization;
                    
5using System.Globalization;
                    
6using System.Linq;
                    
7using System.Reflection;
                    
204        /// <summary>
                    
205        /// Try to convert a value to a type using the implicit conversions allowed by the C#
                    
206        /// language.
                    
282        /// <summary>
                    
283        /// Convert a value to a type using the implicit conversions allowed by the C# language or
                    
284        /// return the default for the type if the value could not be converted.
                    
                
Jira.cs https://gitlab.com/billyprice1/ShareX | C# | 293 lines
                    
28using Newtonsoft.Json;
                    
29using ShareX.UploadersLib.Properties;
                    
30using System;
                    
30using System;
                    
31using System.Collections.Generic;
                    
32using System.Collections.Specialized;
                    
32using System.Collections.Specialized;
                    
33using System.Drawing;
                    
34using System.IO;
                    
34using System.IO;
                    
35using System.Linq;
                    
36using System.Reflection;
                    
37using System.Security.Cryptography.X509Certificates;
                    
38using System.Text;
                    
39using System.Windows.Forms;
                    
                
DiagnosticTestUtilities.cs https://gitlab.com/sharadag/Roslyn | C# | 229 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Linq;
                    
6using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
6using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
7using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
8using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
                    
8using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
                    
9using Microsoft.CodeAnalysis.Test.Utilities;
                    
10using Roslyn.Utilities;
                    
10using Roslyn.Utilities;
                    
11using Xunit;
                    
12
                    
                
ControlPlayableInspector.cs https://gitlab.com/hieplv.amgame/c0lor-blocks | C# | 212 lines
                    
1using System.Collections.Generic;
                    
2using System.Linq;
                    
3using UnityEngine;
                    
3using UnityEngine;
                    
4using UnityEngine.Playables;
                    
5using UnityEngine.Timeline;
                    
88
                    
89            using (new GUIMixedValueScope(m_SourceObject.hasMultipleDifferentValues))
                    
90                EditorGUILayout.PropertyField(m_SourceObject, m_SourceObjectLabel);
                    
115
                    
116            using (new EditorGUI.DisabledScope(selfControlled))
                    
117            {
                    
132
                    
133                using (new EditorGUI.DisabledScope(selfControlled && !m_SearchHierarchy.boolValue))
                    
134                {
                    
                
Configuration.cs https://gitlab.com/akkhil2012/swagger-codegen | C# | 283 lines
                    
1using System;
                    
2using System.Reflection;
                    
2using System.Reflection;
                    
3using System.Collections.Generic;
                    
4using System.IO;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Text;
                    
40        {
                    
41            setApiClientUsingDefault(apiClient);
                    
42
                    
65        {
                    
66            setApiClientUsingDefault(apiClient);
                    
67        }
                    
102        /// <summary>
                    
103        /// Set the ApiClient using Default or ApiClient instance.
                    
104        /// </summary>
                    
                
Field.cs https://github.com/FudgeMsg/Fudge-CSharp.git | C# | 348 lines
                    
15 */
                    
16using System;
                    
17using System.Collections.Generic;
                    
17using System.Collections.Generic;
                    
18using System.Linq;
                    
19using System.Text;
                    
19using System.Text;
                    
20using System.Collections;
                    
21
                    
72        /// <example>
                    
73        /// The following example shows a hierarchical message being created using <see cref="Field"/>.
                    
74        /// <code>
                    
                
CallHierarchyTestState.cs https://gitlab.com/sharadag/Roslyn | C# | 288 lines
                    
3using System;
                    
4using System.Collections.Generic;
                    
5using System.Collections.Immutable;
                    
6using System.ComponentModel.Composition.Hosting;
                    
7using System.Linq;
                    
8using System.Threading.Tasks;
                    
8using System.Threading.Tasks;
                    
9using System.Xml.Linq;
                    
10using Microsoft.CodeAnalysis.Editor.Commands;
                    
12using Microsoft.CodeAnalysis.Editor.Host;
                    
13using Microsoft.CodeAnalysis.Editor.Implementation.CallHierarchy;
                    
14using Microsoft.CodeAnalysis.Editor.Implementation.Notification;
                    
20using Microsoft.VisualStudio.Text;
                    
21using Microsoft.VisualStudio.Text.Editor;
                    
22using Roslyn.Utilities;
                    
                
Synchronizers.cs https://github.com/akingunes/eXpand.git | C# | 223 lines
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Windows.Forms;
                    
7using DevExpress.ExpressApp.Editors;
                    
7using DevExpress.ExpressApp.Editors;
                    
8using DevExpress.ExpressApp.Model;
                    
9using DevExpress.ExpressApp.SystemModule;
                    
10using DevExpress.ExpressApp.Win.Editors;
                    
11using DevExpress.ExpressApp.Win.SystemModule;
                    
12using DevExpress.Utils;
                    
13using DevExpress.XtraEditors.Filtering;
                    
14using DevExpress.XtraGrid.Columns;
                    
15using DevExpress.XtraGrid.Views.Base;
                    
                
UserTests.cs https://gitlab.com/dvanwinkle/ZendeskApi_v2 | C# | 303 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Diagnostics;
                    
4using System.IO;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Text;
                    
6using System.Text;
                    
7using System.Threading;
                    
8using NUnit.Framework;
                    
8using NUnit.Framework;
                    
9using ZendeskApi_v2;
                    
10using ZendeskApi_v2.Models.Constants;
                    
10using ZendeskApi_v2.Models.Constants;
                    
11using ZendeskApi_v2.Models.Shared;
                    
12using ZendeskApi_v2.Models.Tickets;
                    
                
CrefCompletionProvider.cs https://gitlab.com/sharadag/TestProject2 | C# | 238 lines
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Threading;
                    
5using System.Threading;
                    
6using System.Threading.Tasks;
                    
7using Microsoft.CodeAnalysis.Completion;
                    
8using Microsoft.CodeAnalysis.Completion.Providers;
                    
9using Microsoft.CodeAnalysis.CSharp.Extensions;
                    
10using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
10using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
11using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
12using Microsoft.CodeAnalysis.Options;
                    
12using Microsoft.CodeAnalysis.Options;
                    
13using Microsoft.CodeAnalysis.Shared.Extensions;
                    
14using Microsoft.CodeAnalysis.Text;
                    
                
FindReferencesTests.cs https://gitlab.com/sharadag/TestProject2 | C# | 285 lines
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using Microsoft.CodeAnalysis;
                    
5using Microsoft.CodeAnalysis;
                    
6using Microsoft.CodeAnalysis.CSharp;
                    
7using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
7using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
8using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
9using Microsoft.CodeAnalysis.FindSymbols;
                    
10using Microsoft.CodeAnalysis.Text;
                    
11using Roslyn.Test.Utilities;
                    
12using Xunit;
                    
145
                    
146using System;
                    
147using System.Collections;
                    
                
ContainerConfiguration.cs https://gitlab.com/0072016/0072016-corefx- | C# | 221 lines
                    
4
                    
5using System.Collections.Generic;
                    
6using System.Composition.Convention;
                    
6using System.Composition.Convention;
                    
7using System.Composition.Debugging;
                    
8using System.Composition.Hosting.Core;
                    
8using System.Composition.Hosting.Core;
                    
9using System.Composition.TypedParts;
                    
10using System.Composition.TypedParts.Util;
                    
11using System.Diagnostics;
                    
12using System.Linq;
                    
13using System.Reflection;
                    
58        /// <summary>
                    
59        /// Add conventions defined using a <see cref="AttributedModelProvider"/> to the container.
                    
60        /// These will be used as the default conventions; types and assemblies added with a
                    
                
ActionTranslator.cs https://gitlab.com/swak/UltimaXNA | C# | 323 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using UltimaXNA.Ultima.Data;
                    
6using UltimaXNA.Core.Diagnostics.Tracing;
                    
6using UltimaXNA.Core.Diagnostics.Tracing;
                    
7using UltimaXNA.Ultima.World.Entities.Items.Containers;
                    
8
                    
                
ManageController.cs https://gitlab.com/codeboard/surveyTools | C# | 387 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
5using System.Web.Mvc;
                    
6using Microsoft.AspNet.Identity;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
8using Microsoft.Owin.Security;
                    
9using SurveyTool.Models;
                    
                
FixAllContext.DiagnosticProvider.cs https://gitlab.com/sharadag/Roslyn | C# | 212 lines
                    
2
                    
3using System;
                    
4using System.Collections.Concurrent;
                    
4using System.Collections.Concurrent;
                    
5using System.Collections.Generic;
                    
6using System.Collections.Immutable;
                    
6using System.Collections.Immutable;
                    
7using System.Linq;
                    
8using System.Threading;
                    
8using System.Threading;
                    
9using System.Threading.Tasks;
                    
10using Microsoft.CodeAnalysis.GeneratedCodeRecognition;
                    
10using Microsoft.CodeAnalysis.GeneratedCodeRecognition;
                    
11using Microsoft.CodeAnalysis.Internal.Log;
                    
12using Microsoft.CodeAnalysis.Shared.Utilities;
                    
                
SfbFileSystem.cs https://gitlab.com/cygnusfear/bucketpreviewer | C# | 563 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Diagnostics;
                    
4using System.IO;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Text.RegularExpressions;
                    
6using System.Text.RegularExpressions;
                    
7using System.Threading;
                    
8using SimpleJSON;
                    
8using SimpleJSON;
                    
9using Debug = UnityEngine.Debug;
                    
10
                    
                
TagManager.cs https://github.com/robperson/AssessTrack.git | C# | 311 lines
                    
1using System;
                    
2using System.Data;
                    
3using System.Configuration;
                    
3using System.Configuration;
                    
4using System.Linq;
                    
5using System.Web;
                    
6using System.Web.Security;
                    
7using System.Web.UI;
                    
8using System.Web.UI.HtmlControls;
                    
8using System.Web.UI.HtmlControls;
                    
9using System.Web.UI.WebControls;
                    
10using System.Web.UI.WebControls.WebParts;
                    
10using System.Web.UI.WebControls.WebParts;
                    
11using System.Xml.Linq;
                    
12using System.Web.Mvc;
                    
                
ManageController.cs https://gitlab.com/Reznichenko/MVC | C# | 387 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
5using System.Web.Mvc;
                    
6using Microsoft.AspNet.Identity;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
8using Microsoft.Owin.Security;
                    
9using MvcBacklist.Models;
                    
                
ManageController.cs https://gitlab.com/Reznichenko/MVC | C# | 386 lines
                    
1using System.Linq;
                    
2using System.Threading.Tasks;
                    
2using System.Threading.Tasks;
                    
3using System.Web;
                    
4using System.Web.Mvc;
                    
4using System.Web.Mvc;
                    
5using Microsoft.AspNet.Identity;
                    
6using Microsoft.AspNet.Identity.Owin;
                    
6using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.Owin.Security;
                    
8using EmployeeAccWebProj.Models;
                    
                
ReorderableSlotListView.cs https://gitlab.com/shashank_makam/dissolve-shader | C# | 274 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using UnityEngine;
                    
4using UnityEngine;
                    
5using UnityEngine.UIElements;
                    
6using UnityEditor.Graphing;
                    
6using UnityEditor.Graphing;
                    
7using UnityEditorInternal;
                    
8
                    
80
                    
81            using (var changeCheckScope = new EditorGUI.ChangeCheckScope())
                    
82            {
                    
133                    {
                    
134                        using (var tempSlots = PooledList<MaterialSlot>.Get())
                    
135                        {
                    
                
FilesEditor.xaml.cs https://gitlab.com/matt81093/sporemaster | C# | 282 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.IO;
                    
6using System.Windows;
                    
6using System.Windows;
                    
7using System.Windows.Controls;
                    
8using System.Windows.Data;
                    
8using System.Windows.Data;
                    
9using System.Windows.Documents;
                    
10using System.Windows.Input;
                    
10using System.Windows.Input;
                    
11using System.Windows.Media;
                    
12using System.Windows.Media.Imaging;
                    
                
Analysis.cs https://bitbucket.org/danipen/mono.git | C# | 421 lines
                    
29using System;
                    
30using System.Collections.Generic;
                    
31using System.IO;
                    
31using System.IO;
                    
32using System.Linq;
                    
33
                    
33
                    
34using Mono.CodeContracts.Static.AST;
                    
35using Mono.CodeContracts.Static.AST.Visitors;
                    
35using Mono.CodeContracts.Static.AST.Visitors;
                    
36using Mono.CodeContracts.Static.Analysis.Drivers;
                    
37using Mono.CodeContracts.Static.ControlFlow;
                    
37using Mono.CodeContracts.Static.ControlFlow;
                    
38using Mono.CodeContracts.Static.DataFlowAnalysis;
                    
39using Mono.CodeContracts.Static.DataStructures;
                    
                
TestRunPublisher.cs https://gitlab.com/srbhgupta/vsts-agent | C# | 324 lines
                    
1using Microsoft.TeamFoundation.TestManagement.WebApi;
                    
2using Microsoft.VisualStudio.Services.Agent.Util;
                    
3using Microsoft.VisualStudio.Services.WebApi;
                    
4using System;
                    
5using System.Collections;
                    
5using System.Collections;
                    
6using System.Collections.Generic;
                    
7using System.Globalization;
                    
7using System.Globalization;
                    
8using System.IO;
                    
9using System.IO.Compression;
                    
9using System.IO.Compression;
                    
10using System.Linq;
                    
11using System.Threading;
                    
11using System.Threading;
                    
12using System.Threading.Tasks;
                    
13
                    
                
Program.cs https://github.com/ChrisEdwards/IntroducingMongoDB.git | C# | 314 lines
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using Norm;
                    
4using Norm;
                    
5using Norm.Collections;
                    
6using Norm.Linq;
                    
40			QueryFromCollection( collection );
                    
41			QueryUsingLinq( orderQueryable );
                    
42			QueryAllDocuments(orderQueryable);
                    
44			QueryConditionalOperators( collection );
                    
45			QueryConditionalOperatorsUsingLinq(orderQueryable);
                    
46
                    
54		{
                    
55			Console.WriteLine("\n\n======= Query with Conditional Operators (Using Anonymous Objects) =======");
                    
56			var ordersWithAmountGreaterThan50 = collection.Find( new {OrderAmount = Q.GreaterThan( 50 )} );
                    
                
Agent.cs https://gitlab.com/jslee1/azure-powershell | C# | 298 lines
                    
14
                    
15using System;
                    
16using System.Collections;
                    
16using System.Collections;
                    
17using System.Collections.Generic;
                    
18using System.Collections.ObjectModel;
                    
18using System.Collections.ObjectModel;
                    
19using System.Linq;
                    
20using Microsoft.WindowsAzure.Storage.Blob;
                    
20using Microsoft.WindowsAzure.Storage.Blob;
                    
21using Microsoft.WindowsAzure.Storage.Queue;
                    
22using Microsoft.WindowsAzure.Storage.Table;
                    
22using Microsoft.WindowsAzure.Storage.Table;
                    
23using MS.Test.Common.MsTestLib;
                    
24
                    
                
Settings.cs https://gitlab.com/HakaseShounen/PogoLocationFeeder | C# | 232 lines
                    
18
                    
19#region using directives
                    
20
                    
21using System;
                    
22using System.Collections.Generic;
                    
23using System.ComponentModel;
                    
24using System.IO;
                    
25using System.Linq;
                    
26using Microsoft.Win32;
                    
26using Microsoft.Win32;
                    
27using Newtonsoft.Json;
                    
28using Newtonsoft.Json.Converters;
                    
28using Newtonsoft.Json.Converters;
                    
29using PogoLocationFeeder.Common;
                    
30using PogoLocationFeeder.Helper;
                    
                
OrdersAccess.cs https://github.com/marvellouz/fmi_projects.git | C# | 285 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Data;
                    
6using System.Data.Common;
                    
                
IOInputs.cs https://gitlab.com/0072016/0072016-corefx- | C# | 268 lines
                    
4
                    
5using System;
                    
6using System.Collections.Generic;
                    
7using System.IO;
                    
8using System.Linq;
                    
9using System.Runtime.InteropServices;
                    
20
                    
21    // Max path length (minus trailing \0). Unix values vary system to system; just using really long values here likely to be more than on the average system.
                    
22    public static readonly int MaxPath = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? 259 : 10000;
                    
31
                    
32    // Windows specific, this is the maximum length that can be passed using extended syntax. Does not include the trailing \0.
                    
33    public static readonly int MaxExtendedPath = short.MaxValue - 1;
                    
                
informe_cobertura.aspx.cs https://gitlab.com/fcupen/CLIENT-MANAGEMENT | C# | 363 lines
                    
1using Clients_Management.Controller;
                    
2using Clients_Management.Model;
                    
3using iTextSharp.text;
                    
4using iTextSharp.text.html.simpleparser;
                    
5using iTextSharp.text.pdf;
                    
5using iTextSharp.text.pdf;
                    
6using System;
                    
7using System.Collections.Generic;
                    
7using System.Collections.Generic;
                    
8using System.Data;
                    
9using System.IO;
                    
9using System.IO;
                    
10using System.Linq;
                    
11using System.Web;
                    
11using System.Web;
                    
12using System.Web.UI;
                    
13using System.Web.UI.WebControls;
                    
                
media-services-telemetry.md https://gitlab.com/yeah568/azure-content | Markdown | 236 lines
                    
16
                    
17This topic shows how to enable telemetry for the specified AMS services and how to query the metrics using .NET.  
                    
18
                    
90		
                    
91	using System;
                    
92	using System.Collections.Generic;
                    
93	using System.Configuration;
                    
94	using System.Linq;
                    
95	using Microsoft.WindowsAzure.MediaServices.Client;
                    
                
ServiceTests.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 302 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Net;
                    
3using System.Net;
                    
4using System.Net.Http;
                    
5using System.Threading;
                    
5using System.Threading;
                    
6using System.Threading.Tasks;
                    
7using Flurl;
                    
60        {
                    
61            using (var httpTest = new HttpTest())
                    
62            {
                    
104        {
                    
105            using (var httpTest = new HttpTest())
                    
106            {
                    
                
CashBook.cs https://gitlab.com/deicon/Lean | C# | 300 lines
                    
16
                    
17using System;
                    
18using System.Collections;
                    
19using System.Collections.Generic;
                    
20using System.Linq;
                    
21using System.Text;
                    
21using System.Text;
                    
22using QuantConnect.Data;
                    
23
                    
                
SceneBuilder.cs https://gitlab.com/kush/Avalonia | C# | 400 lines
                    
4using System;
                    
5using System.Linq;
                    
6using Avalonia.Media;
                    
6using Avalonia.Media;
                    
7using Avalonia.Platform;
                    
8using Avalonia.Threading;
                    
8using Avalonia.Threading;
                    
9using Avalonia.VisualTree;
                    
10
                    
26
                    
27            using (var impl = new DeferredDrawingContextImpl(this, scene.Layers))
                    
28            using (var context = new DrawingContext(impl))
                    
69
                    
70                        using (var impl = new DeferredDrawingContextImpl(this, scene.Layers))
                    
71                        using (var context = new DrawingContext(impl))
                    
                
ManageController.cs https://gitlab.com/ania_ptr/PROJEKT_ZTI | C# | 387 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
5using System.Web.Mvc;
                    
6using Microsoft.AspNet.Identity;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
8using Microsoft.Owin.Security;
                    
9using Repozytorium.Models;
                    
                
ManageController.cs https://gitlab.com/Kutnjak/TODOhunters | C# | 387 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
5using System.Web.Mvc;
                    
6using Microsoft.AspNet.Identity;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
8using Microsoft.Owin.Security;
                    
9using urednistvo.Models;
                    
                
ServiceSettings.cs https://gitlab.com/jslee1/azure-powershell | C# | 385 lines
                    
14
                    
15using System;
                    
16using System.Diagnostics;
                    
17using System.IO;
                    
18using System.Linq;
                    
19using System.Text;
                    
19using System.Text;
                    
20using System.Web.Script.Serialization;
                    
21using Microsoft.WindowsAzure.Commands.Common.Properties;
                    
21using Microsoft.WindowsAzure.Commands.Common.Properties;
                    
22using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
23using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
23using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
24using Microsoft.Azure.Commands.Common.Authentication;
                    
25
                    
                
RepositoryConfigTest.cs https://github.com/nestalk/GitSharp.git | C# | 285 lines
                    
40
                    
41using System;
                    
42using System.Collections.Generic;
                    
42using System.Collections.Generic;
                    
43using System.Linq;
                    
44using GitSharp.Core;
                    
44using GitSharp.Core;
                    
45using GitSharp.Core.Tests.Util;
                    
46using NUnit.Framework;
                    
                
TabControlTests.cs https://gitlab.com/kush/Avalonia | C# | 332 lines
                    
3
                    
4using System;
                    
5using System.Collections.ObjectModel;
                    
5using System.Collections.ObjectModel;
                    
6using System.Linq;
                    
7using Avalonia.Controls.Presenters;
                    
7using Avalonia.Controls.Presenters;
                    
8using Avalonia.Controls.Primitives;
                    
9using Avalonia.Controls.Templates;
                    
9using Avalonia.Controls.Templates;
                    
10using Avalonia.LogicalTree;
                    
11using Avalonia.Styling;
                    
11using Avalonia.Styling;
                    
12using Avalonia.UnitTests;
                    
13using Xunit;
                    
                
PlatformRunnerSettingsWindow.cs https://gitlab.com/wizcas/Unity-GitLab-CI-Test | C# | 318 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Net;
                    
5using System.Net;
                    
6using UnityEditor;
                    
7using UnityEngine;
                    
7using UnityEngine;
                    
8using Object = UnityEngine.Object;
                    
9using UnityEngine.SceneManagement;
                    
                
ExpenseTrackerRepository.cs https://gitlab.com/arif2009/Building-and-Securing-a-RESTful-API-for-Multiple-Clients-in-ASP.NET | C# | 299 lines
                    
1using ExpenseTracker.Repository.Entities;
                    
2using System;
                    
2using System;
                    
3using System.Collections.Generic;
                    
4using System.Data.Entity;
                    
5using System.Data.Entity.Infrastructure;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Threading.Tasks;
                    
9
                    
29            // 
                    
30            // We don't want that, so we turn it off.  We want to eagerly load them (using Include)
                    
31            // manually.
                    
                
CreateServerRequest.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 166 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections.Generic;
                    
4    using System.Collections.Generic;
                    
5    using System.Linq;
                    
6    using net.openstack.Core.Domain;
                    
6    using net.openstack.Core.Domain;
                    
7    using Newtonsoft.Json;
                    
8
                    
                
cd_asignar.aspx.cs https://gitlab.com/fcupen/CLIENT-MANAGEMENT | C# | 252 lines
                    
1using Clients_Management.Controller;
                    
2using Clients_Management.Model;
                    
2using Clients_Management.Model;
                    
3using System;
                    
4using System.Collections.Generic;
                    
5using System.Data;
                    
6using System.Linq;
                    
7using System.Web;
                    
7using System.Web;
                    
8using System.Web.UI;
                    
9using System.Web.UI.WebControls;
                    
                
ShadowCascadeSplitGUI.cs https://gitlab.com/shashank_makam/dissolve-shader | C# | 229 lines
                    
1using System;
                    
2using System.Linq;
                    
3using UnityEngine;
                    
22
                    
23        // using a LODGroup skin
                    
24        private static readonly GUIStyle s_CascadeSliderBG = "LODSliderRange";
                    
64            // get the inspector width since we need it while drawing the partition rects.
                    
65            // Only way currently is to reserve the block in the layout using GetRect(), and then immediately drawing the empty box
                    
66            // to match the call to GetRect.
                    
210
                    
211                    // convert the mouse movement to normalized cascade width. Make sure that we are safe to apply the delta before using it.
                    
212                    float delta = (currentEvent.mousePosition - s_DragCache.m_LastCachedMousePosition).x / cascadeSliderWidth;
                    
                
BotUtil.cs http://encog-cs.googlecode.com/svn/trunk/ | C# | 324 lines
                    
30#if !SILVERLIGHT
                    
31using System;
                    
32using System.Collections.Generic;
                    
32using System.Collections.Generic;
                    
33using System.Linq;
                    
34using System.Text;
                    
34using System.Text;
                    
35using System.IO;
                    
36using System.Net;
                    
36using System.Net;
                    
37using Encog.Util.HTTP;
                    
38using log4net;
                    
38using log4net;
                    
39using Encog.Util;
                    
40
                    
                
ManageController.cs https://gitlab.com/dariuchizz/Seguridad | C# | 389 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
5using System.Web.Mvc;
                    
6using Microsoft.AspNet.Identity;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
8using Microsoft.Owin.Security;
                    
9using SeguridadCiudadana.Ftd.Presentation.Web.Models;
                    
                
DynamicProxyMetaObject!1.cs https://gitlab.com/gpo04174/ClosersCMFRepacker | C# | 298 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections.Generic;
                    
5    using System.Dynamic;
                    
6    using System.Linq;
                    
7    using System.Linq.Expressions;
                    
7    using System.Linq.Expressions;
                    
8    using System.Runtime.CompilerServices;
                    
9    using System.Runtime.InteropServices;
                    
                
ManageController.cs https://gitlab.com/krzyhook/MvcMovie | C# | 387 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
5using System.Web.Mvc;
                    
6using Microsoft.AspNet.Identity;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
8using Microsoft.Owin.Security;
                    
9using MvcMovie.Models;
                    
                
UserRepository.cs https://gitlab.com/thanhhung95/managecourse | C# | 292 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Data;
                    
4using System.Data.SqlClient;
                    
5using System.Linq;
                    
6
                    
18        {
                    
19            using (var conn = new SqlConnection(_connectionString))
                    
20            {
                    
61
                    
62                using (var conn = new SqlConnection(_connectionString))
                    
63                {
                    
78
                    
79                //using (var conn = new SqlConnection(_connectionString))
                    
80                //{
                    
                
Generated.cs https://github.com/iSynaptic/iSynaptic.Core.git | C# | 375 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using iSynaptic.Commons;
                    
7{
                    
8    using SyntacticModel;
                    
9
                    
                
TvdbBanner.cs http://grawler.googlecode.com/svn/trunk/ | C# | 335 lines
                    
20
                    
21using System;
                    
22using System.Collections.Generic;
                    
22using System.Collections.Generic;
                    
23using System.Linq;
                    
24using System.Text;
                    
24using System.Text;
                    
25using System.Drawing;
                    
26using System.Net;
                    
26using System.Net;
                    
27using System.IO;
                    
28using System.Threading;
                    
28using System.Threading;
                    
29using TvdbLib.Cache;
                    
30
                    
                
Form1.cs https://github.com/tosik/TeaLauncher.git | C# | 322 lines
                    
20
                    
21using System;
                    
22using System.Collections;
                    
22using System.Collections;
                    
23using System.Collections.Generic;
                    
24using System.ComponentModel;
                    
24using System.ComponentModel;
                    
25using System.Data;
                    
26using System.Drawing;
                    
26using System.Drawing;
                    
27using System.Linq;
                    
28using System.Text;
                    
28using System.Text;
                    
29using System.Windows.Forms;
                    
30using System.Diagnostics;
                    
                
LiteraturQuellenController.cs https://gitlab.com/Ontology/LiteraturquellenController | C# | 381 lines
                    
5using OntologyAppDBConnector;
                    
6using OntologyClasses.BaseClasses;
                    
7using OntoMsg_Module;
                    
7using OntoMsg_Module;
                    
8using OntoMsg_Module.Attributes;
                    
9using OntoMsg_Module.Base;
                    
10using OntoMsg_Module.Models;
                    
11using OntoMsg_Module.Notifications;
                    
12using OntoMsg_Module.StateMachines;
                    
13using OntoMsg_Module.WebSocketServices;
                    
14using OntoWebCore.Factories;
                    
15using System;
                    
16using System.Collections.Generic;
                    
17using System.Linq;
                    
18using System.Reflection;
                    
                
GenericSQLServerDAL.cs https://quickmon.svn.codeplex.com/svn | C# | 325 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Data;
                    
3using System.Data;
                    
4using System.Data.SqlClient;
                    
5using System.Diagnostics;
                    
5using System.Diagnostics;
                    
6using System.Linq;
                    
7using System.Text;
                    
188                    conn.Open();
                    
189                    using (SqlCommand cmnd = new SqlCommand(sql, conn))
                    
190                    {
                    
227            {
                    
228                using (SqlConnection conn = new SqlConnection(connectionString))
                    
229                {
                    
                
DotDensityServerLayerProperties.xaml.cs https://EpiInfo.svn.codeplex.com/svn | C# | 283 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Windows;
                    
6using System.Windows.Controls;
                    
6using System.Windows.Controls;
                    
7using System.Windows.Data;
                    
8using System.Windows.Documents;
                    
8using System.Windows.Documents;
                    
9using System.Windows.Input;
                    
10using System.Windows.Media;
                    
10using System.Windows.Media;
                    
11using System.Windows.Media.Imaging;
                    
12using System.Windows.Navigation;
                    
                
TreeViewInterfaces.cs https://SolutionFramework.svn.codeplex.com/svn | C# | 365 lines
                    
1using System;
                    
2using System.Net;
                    
2using System.Net;
                    
3using System.Windows;
                    
4using System.Windows.Controls;
                    
4using System.Windows.Controls;
                    
5using System.Windows.Documents;
                    
6using System.Windows.Ink;
                    
6using System.Windows.Ink;
                    
7using System.Windows.Input;
                    
8using System.Windows.Media;
                    
8using System.Windows.Media;
                    
9using System.Windows.Media.Animation;
                    
10using System.Windows.Shapes;
                    
11using System.Collections.Generic;
                    
12using System.Linq;
                    
13using System.Diagnostics;
                    
                
EnumerableJSVisualizer.cs https://RapidDevBookCode.svn.codeplex.com/svn | C# | 240 lines
                    
5using System.Collections.Generic;
                    
6using System.Collections.Specialized;
                    
7using System.ComponentModel;
                    
7using System.ComponentModel;
                    
8using System.Configuration;
                    
9using System.Data;
                    
9using System.Data;
                    
10using System.Diagnostics;
                    
11using System.IO;
                    
11using System.IO;
                    
12using System.Linq;
                    
13using System.Linq.Dynamic;
                    
20using Newtonsoft.Json;
                    
21using Newtonsoft.Json.Converters;
                    
22using Newtonsoft.Json.Linq;
                    
                
QueryInstance.cs https://quickmon.svn.codeplex.com/svn | C# | 281 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Data;
                    
6using System.Data.SqlClient;
                    
126            {
                    
127                using (SqlCommand cmnd = new SqlCommand(SummaryQuery, conn))
                    
128                {
                    
130                    cmnd.CommandTimeout = cmndTimeOut;
                    
131                    using (SqlDataReader r = cmnd.ExecuteReader())
                    
132                    {
                    
153            {
                    
154                using (SqlCommand cmnd = new SqlCommand(SummaryQuery, conn))
                    
155                {
                    
                
IDeviateGenerator.cs https://metanumerics.svn.codeplex.com/svn | C# | 319 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
206
                    
207            // pick a random point within the unit semicircle using rejection
                    
208            double x, y;
                    
220
                    
221    // Using these rejection-based gamma generators is about six times faster than evaluating the inverse CDF.
                    
222
                    
                
PermissionCheckerExtensions.cs https://gitlab.com/chenzhuo/abpMirror | C# | 267 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using Abp.Collections.Extensions;
                    
5using Abp.Dependency;
                    
5using Abp.Dependency;
                    
6using Abp.Localization;
                    
7using Abp.Threading;
                    
237            var iocManager = (permissionChecker as IIocManagerAccessor).IocManager;
                    
238            using (var localizationManager = iocManager.ResolveAsDisposable<ILocalizationManager>())
                    
239            {
                    
251            var iocManager = (permissionChecker as IIocManagerAccessor).IocManager;
                    
252            using (var localizationContext = iocManager.ResolveAsDisposable<ILocalizationContext>())
                    
253            {
                    
                
fac_venta.cs https://gitlab.com/makintosh/Farmacia | C# | 334 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Data.OleDb;
                    
6using System.Data;
                    
6using System.Data;
                    
7using fabisa.Conexion;
                    
8using Npgsql;
                    
8using Npgsql;
                    
9using System.Windows.Forms;
                    
10
                    
                
NoteDetector.cs https://gitlab.com/banana-beats/banana-beats | C# | 245 lines
                    
1using UnityEngine;
                    
2using System;
                    
2using System;
                    
3using System.Collections;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Linq;
                    
6
                    
                
Table.cs https://bitbucket.org/danipen/mono.git | C# | 368 lines
                    
26
                    
27using System;
                    
28using System.Data;
                    
29using System.Data.Linq;
                    
30using System.Reflection;
                    
31using System.Diagnostics;
                    
31using System.Diagnostics;
                    
32using System.Collections;
                    
33using System.Collections.Generic;
                    
33using System.Collections.Generic;
                    
34using System.Linq;
                    
35using System.Linq.Expressions;
                    
35using System.Linq.Expressions;
                    
36using System.ComponentModel;
                    
37
                    
                
Inflections.cs https://github.com/jdaigle/Centro.git | C# | 271 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text.RegularExpressions;
                    
4using System.Text.RegularExpressions;
                    
5using Centro.Extensions;
                    
6
                    
                
Grid.cs https://github.com/dalager/MvcContrib.git | C# | 359 lines
                    
1using System.Collections.Specialized;
                    
2using System.Linq;
                    
3using System.Web.Mvc;
                    
3using System.Web.Mvc;
                    
4using System.Collections;
                    
5using System.Collections.Generic;
                    
5using System.Collections.Generic;
                    
6using System.IO;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Web;
                    
9using MvcContrib.Pagination;
                    
47		/// <summary>
                    
48		/// Creates a new instance of the <see cref="Grid{T}"/> class using the specified viewDataKey to extract the data source from the viewdata.
                    
49		/// </summary>
                    
                
ManageController.cs https://gitlab.com/danielc103/AngularjsBT | C# | 387 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
5using System.Web.Mvc;
                    
6using Microsoft.AspNet.Identity;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
8using Microsoft.Owin.Security;
                    
9using AngularBT.Models;
                    
                
PublicIPTests.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 312 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Net;
                    
3using System.Net;
                    
4using Newtonsoft.Json.Linq;
                    
5using Rackspace.Synchronous;
                    
5using Rackspace.Synchronous;
                    
6using Rackspace.Testing;
                    
7using Xunit;
                    
75        {
                    
76            using (var httpTest = new HttpTest())
                    
77            {
                    
111        {
                    
112            using (var httpTest = new HttpTest())
                    
113            {
                    
                
GetBatchJobScheduleCommandTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 228 lines
                    
15using Microsoft.Azure.Batch;
                    
16using Microsoft.Azure.Batch.Protocol;
                    
17using Microsoft.Azure.Commands.Batch.Models;
                    
17using Microsoft.Azure.Commands.Batch.Models;
                    
18using Microsoft.Rest.Azure;
                    
19using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
20using Moq;
                    
21using System;
                    
22using System.Collections.Generic;
                    
22using System.Collections.Generic;
                    
23using System.Linq;
                    
24using System.Management.Automation;
                    
24using System.Management.Automation;
                    
25using System.Threading.Tasks;
                    
26using Xunit;
                    
                
MainForm.cs http://libwp7n2012.googlecode.com/svn/trunk/ | C# | 388 lines
                    
1using System;
                    
2using System.Drawing;
                    
2using System.Drawing;
                    
3using System.Windows.Forms;
                    
4using System.Collections;
                    
4using System.Collections;
                    
5using System.Linq;
                    
6
                    
                
SuspendJob.cs https://gitlab.com/unofficial-mirrors/PowerShell | C# | 365 lines
                    
3
                    
4using System;
                    
5using System.Collections.Generic;
                    
5using System.Collections.Generic;
                    
6using System.ComponentModel;
                    
7using System.Diagnostics.CodeAnalysis;
                    
7using System.Diagnostics.CodeAnalysis;
                    
8using System.Linq;
                    
9using System.Management.Automation;
                    
9using System.Management.Automation;
                    
10using System.Management.Automation.Remoting;
                    
11using System.Threading;
                    
                
AnalysisTest.Perf.cs https://gitlab.com/SplatoonModdingHub/PTVS | C# | 340 lines
                    
17using System;
                    
18using System.Collections.Generic;
                    
19using System.Diagnostics;
                    
20using System.IO;
                    
21using System.Linq;
                    
22using System.Text;
                    
22using System.Text;
                    
23using System.Threading;
                    
24using Microsoft.PythonTools.Analysis;
                    
24using Microsoft.PythonTools.Analysis;
                    
25using Microsoft.PythonTools.Infrastructure;
                    
26using Microsoft.PythonTools.Intellisense;
                    
26using Microsoft.PythonTools.Intellisense;
                    
27using Microsoft.PythonTools.Interpreter;
                    
28using Microsoft.PythonTools.Parsing;
                    
                
ICoreAmazonS3.cs https://gitlab.com/vectorci/aws-sdk-unity | C# | 286 lines
                    
18//
                    
19using System;
                    
20using System.Collections.Generic;
                    
21using System.IO;
                    
22using System.Linq;
                    
23using System.Text;
                    
23using System.Text;
                    
24using System.Threading;
                    
25#if AWS_ASYNC_API
                    
25#if AWS_ASYNC_API
                    
26using System.Threading.Tasks;
                    
27#endif
                    
                
SymbolKey.cs https://gitlab.com/sharadag/TestProject2 | C# | 293 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
5using System.Collections.Immutable;
                    
6using System.Linq;
                    
7using System.Threading;
                    
7using System.Threading;
                    
8using Microsoft.CodeAnalysis.Shared.Utilities;
                    
9using Microsoft.CodeAnalysis.Text;
                    
9using Microsoft.CodeAnalysis.Text;
                    
10using Roslyn.Utilities;
                    
11
                    
                
AliasSymbol.cs https://gitlab.com/sharadag/Roslyn | C# | 385 lines
                    
2
                    
3using System.Collections.Immutable;
                    
4using System.Diagnostics;
                    
4using System.Diagnostics;
                    
5using System.Linq;
                    
6using System.Threading;
                    
6using System.Threading;
                    
7using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
8using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
8using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
9using Roslyn.Utilities;
                    
10
                    
13    /// <summary>
                    
14    /// Symbol representing a using alias appearing in a compilation unit or within a namespace
                    
15    /// declaration. Generally speaking, these symbols do not appear in the set of symbols reachable
                    
                
User.cs https://higlabonet.svn.codeplex.com/svn | C# | 360 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Newtonsoft.Json;
                    
6using HigLabo.Net;
                    
6using HigLabo.Net;
                    
7using HigLabo.Net.Extensions;
                    
8
                    
                
SqlDatabaseNotifierEditConfig.cs https://quickmon.svn.codeplex.com/svn | C# | 208 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Data.SqlClient;
                    
6using System.Drawing;
                    
7using System.Linq;
                    
8using System.Text;
                    
8using System.Text;
                    
9using System.Windows.Forms;
                    
10using QuickMon.Forms;
                    
104                lastStep = "Opening connection";
                    
105                using (SqlConnection conn = new SqlConnection(connStr))
                    
106                {
                    
134
                    
135                    using (SqlCommand cmnd = new SqlCommand(sql, conn))
                    
136                    {
                    
                
raytracer.cs https://gitlab.com/CurC/dattracer | C# | 267 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6using OpenTK;
                    
                
OtherStuff.cs https://gitlab.com/seckmaster/LevelDesigner | C# | 162 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.ComponentModel;
                    
6using System.Drawing;
                    
6using System.Drawing;
                    
7using System.Windows.Forms;
                    
8using System.Drawing.Drawing2D;
                    
                
Parameters.cs https://bitbucket.org/foobar22/mono.git | C# | 428 lines
                    
29
                    
30using System;
                    
31using System.IO;
                    
31using System.IO;
                    
32using System.Collections;
                    
33using System.Collections.Generic;
                    
33using System.Collections.Generic;
                    
34using System.Linq;
                    
35using System.Text;
                    
35using System.Text;
                    
36using System.Reflection;
                    
37using Microsoft.Build.BuildEngine;
                    
37using Microsoft.Build.BuildEngine;
                    
38using Microsoft.Build.Framework;
                    
39using Microsoft.Build.Utilities;
                    
                
RichTextColumns.cs https://gitlab.com/prabaprakash/Real_Metro_Player | C# | 210 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using Windows.Foundation;
                    
6using Windows.UI.Xaml;
                    
6using Windows.UI.Xaml;
                    
7using Windows.UI.Xaml.Controls;
                    
8using Windows.UI.Xaml.Data;
                    
8using Windows.UI.Xaml.Data;
                    
9using Windows.UI.Xaml.Documents;
                    
10
                    
118
                    
119            // Make sure the RichTextBlock is a child, using the lack of
                    
120            // a list of additional columns as a sign that this hasn't been
                    
                
SetAzureVMChefExtension.cs https://gitlab.com/jslee1/azure-powershell | C# | 301 lines
                    
14using System.Management.Automation;
                    
15using System.Linq;
                    
16using System;
                    
16using System;
                    
17using System.IO;
                    
18using System.Text.RegularExpressions;
                    
18using System.Text.RegularExpressions;
                    
19using Microsoft.WindowsAzure.Commands.ServiceManagement;
                    
20using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
20using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
21using Microsoft.WindowsAzure.Commands.ServiceManagement.Helpers;
                    
22using Microsoft.WindowsAzure.Management.Compute;
                    
148
                    
149            // form validation client name using organization name.
                    
150            if (!IsOrganizationNameEmpty)
                    
                
ControllerHub.cs https://gitlab.com/scgitlab/SignalR | C# | 316 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Diagnostics;
                    
6using System.IO;
                    
6using System.IO;
                    
7using System.Linq;
                    
8using System.Threading;
                    
8using System.Threading;
                    
9using System.Threading.Tasks;
                    
10using Microsoft.AspNet.SignalR.Hubs;
                    
10using Microsoft.AspNet.SignalR.Hubs;
                    
11using Microsoft.Owin.Hosting;
                    
12using Owin;
                    
                
AddHDInsightConfigValuesCommandTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 228 lines
                    
15using System;
                    
16using System.Linq;
                    
17using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
17using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
18using Microsoft.WindowsAzure.Commands.Test.HDInsight.CmdLetTests;
                    
19using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.Commands.CommandInterfaces;
                    
19using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.Commands.CommandInterfaces;
                    
20using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.DataObjects;
                    
21using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.GetAzureHDInsightClusters;
                    
21using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.GetAzureHDInsightClusters;
                    
22using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.ServiceLocation;
                    
23
                    
                
SetAzureVMCustomScriptExtension.cs https://gitlab.com/jslee1/azure-powershell | C# | 260 lines
                    
15using System;
                    
16using System.Linq;
                    
17using System.Management.Automation;
                    
17using System.Management.Automation;
                    
18using Microsoft.Azure.Commands.Common.Authentication.Models;
                    
19using Microsoft.WindowsAzure.Commands.Common;
                    
19using Microsoft.WindowsAzure.Commands.Common;
                    
20using Microsoft.WindowsAzure.Commands.ServiceManagement.Common;
                    
21using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
21using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
22using Microsoft.WindowsAzure.Commands.ServiceManagement.Properties;
                    
23using Microsoft.WindowsAzure.Management.Storage;
                    
23using Microsoft.WindowsAzure.Management.Storage;
                    
24using Microsoft.WindowsAzure.Storage;
                    
25using Microsoft.WindowsAzure.Storage.Auth;
                    
                
Command.cs https://hg01.codeplex.com/cul | C# | 256 lines
                    
21
                    
22#region Usings
                    
23using System;
                    
23using System;
                    
24using System.Collections.Generic;
                    
25using System.Data;
                    
26using System.Globalization;
                    
27using System.Linq;
                    
28using Utilities.DataTypes.ExtensionMethods;
                    
28using Utilities.DataTypes.ExtensionMethods;
                    
29using Utilities.SQL.Interfaces;
                    
30using Utilities.SQL.MicroORM.Interfaces;
                    
                
MakeMethodGenericRefactoring.cs https://hg01.codeplex.com/resharperpowertoys | C# | 254 lines
                    
17using System.Collections.Generic;
                    
18using System.Linq;
                    
19using JetBrains.Application.Progress;
                    
19using JetBrains.Application.Progress;
                    
20using JetBrains.ProjectModel;
                    
21using JetBrains.ReSharper.Feature.Services.OverridesSupport;
                    
21using JetBrains.ReSharper.Feature.Services.OverridesSupport;
                    
22using JetBrains.ReSharper.Feature.Services.Refactorings;
                    
23using JetBrains.ReSharper.PowerToys.MakeMethodGeneric.Impl;
                    
24using JetBrains.ReSharper.Psi;
                    
25using JetBrains.ReSharper.Psi.Resolve;
                    
26using JetBrains.ReSharper.Psi.Search;
                    
26using JetBrains.ReSharper.Psi.Search;
                    
27using JetBrains.ReSharper.Psi.Tree;
                    
28using JetBrains.ReSharper.Refactorings.Common;
                    
                
DataInMemory.aspx.cs https://cfx.svn.codeplex.com/svn | C# | 289 lines
                    
19
                    
20#region Using directives
                    
21using System;
                    
22using System.Collections.Generic;
                    
23using System.Linq;
                    
24using System.Web;
                    
24using System.Web;
                    
25using System.Web.UI;
                    
26using System.Web.UI.WebControls;
                    
26using System.Web.UI.WebControls;
                    
27using System.Data;
                    
28#endregion Using directives
                    
                
LevelGenerator.cs http://ap222cb.googlecode.com/svn/trunk/ | C# | 217 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.Xna.Framework;
                    
6
                    
48            string line;
                    
49            using (System.IO.StreamReader file = new System.IO.StreamReader(levelTextFileName))
                    
50            {
                    
                
Attributes.cs https://gitlab.com/github-cloud-corp/aws-sdk-unity | C# | 397 lines
                    
17using System;
                    
18using System.Linq;
                    
19
                    
                
frm_proveedor.cs https://gitlab.com/makintosh/Farmacia | C# | 400 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Windows.Forms;
                    
9using fabisa.Aplicacion;
                    
9using fabisa.Aplicacion;
                    
10using System.Data.OleDb;
                    
11
                    
                
ConfigurationElementCollection.Silverlight.cs https://entlib.svn.codeplex.com/svn | C# | 231 lines
                    
11
                    
12using System;
                    
13using System.Collections.Generic;
                    
13using System.Collections.Generic;
                    
14using System.Linq;
                    
15using System.Collections;
                    
15using System.Collections;
                    
16using Microsoft.Practices.EnterpriseLibrary.Common.Properties;
                    
17
                    
                
CryptographySettings.cs https://entlib.svn.codeplex.com/svn | C# | 210 lines
                    
11
                    
12using System;
                    
13using System.Collections.Generic;
                    
14using System.Configuration;
                    
15using System.Linq;
                    
16using Microsoft.Practices.EnterpriseLibrary.Common.Configuration;
                    
16using Microsoft.Practices.EnterpriseLibrary.Common.Configuration;
                    
17using Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel;
                    
18using Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.Configuration;
                    
18using Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.Configuration;
                    
19using Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Instrumentation;
                    
20using Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design;
                    
                
Form1.cs https://gitlab.com/ssternklar/ButlerQuest | C# | 294 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Threading.Tasks;
                    
9using System.Windows.Forms;
                    
9using System.Windows.Forms;
                    
10using System.Xml.Linq;
                    
11using System.IO;
                    
                
DataObject.cs https://gitlab.com/kush/Avalonia | C# | 359 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Runtime.InteropServices;
                    
5using System.Runtime.InteropServices;
                    
6using System.Runtime.InteropServices.ComTypes;
                    
7using System.Runtime.Serialization.Formatters.Binary;
                    
7using System.Runtime.Serialization.Formatters.Binary;
                    
8using Avalonia.Input;
                    
9using Avalonia.Win32.Interop;
                    
9using Avalonia.Win32.Interop;
                    
10using IDataObject = Avalonia.Input.IDataObject;
                    
11
                    
270        {
                    
271            using (var ms = new MemoryStream())
                    
272            {
                    
                
ModuleManager.cs https://prism.svn.codeplex.com/svn | C# | 254 lines
                    
16//===================================================================================
                    
17using System;
                    
18using System.Collections.Generic;
                    
19using System.Globalization;
                    
20using System.Linq;
                    
21using Microsoft.Practices.Composite.Logging;
                    
21using Microsoft.Practices.Composite.Logging;
                    
22using Microsoft.Practices.Composite.Properties;
                    
23
                    
115        /// Handles any exception ocurred in the module typeloading process,
                    
116        /// logs the error using the <seealso cref="ILoggerFacade"/> and throws a <seealso cref="ModuleTypeLoadingException"/>.
                    
117        /// This method can be overriden to provide a different behavior. 
                    
                
visual_studio.cs git://github.com/openrasta/openwrap.git | C# | 294 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Threading;
                    
7using EnvDTE80;
                    
14using OpenWrap.Commands;
                    
15using OpenWrap.Commands.Cli;
                    
16using OpenWrap.Commands.Cli.Locators;
                    
26using OpenWrap.VisualStudio.Hooks;
                    
27using OpenWrap.VisualStudio.SolutionAddIn;
                    
28using Tests.ProjectModel.drivers.file;
                    
                
ChartUtilities.cs https://gitlab.com/webartoli/repro-lowquality-exporttoimage-radtreeview | C# | 327 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Windows;
                    
6using Telerik.Windows.Controls;
                    
6using Telerik.Windows.Controls;
                    
7using Telerik.Charting;
                    
8using Telerik.Windows.Controls.ChartView;
                    
8using Telerik.Windows.Controls.ChartView;
                    
9using System.Windows.Controls;
                    
10using System.Windows.Media;
                    
                
updateItemsByListview.cs https://efsimplereminder.svn.codeplex.com/svn | C# | 282 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.ComponentModel;
                    
4using System.ComponentModel;
                    
5using System.Linq;
                    
6using System.Text;
                    
6using System.Text;
                    
7using System.Workflow.ComponentModel;
                    
8
                    
8
                    
9using Microsoft.SharePoint;
                    
10using Microsoft.SharePoint.Workflow;
                    
10using Microsoft.SharePoint.Workflow;
                    
11using Microsoft.SharePoint.WorkflowActions;
                    
12
                    
                
ClusterUndoItem.cs https://gitlab.com/Tiger66639/neural_network_designer | C# | 275 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using NeuralNetworkDesigne.UndoSystem;
                    
6using System.Collections.Specialized;
                    
86         WindowMain.UndoStore.AddCustomUndoItem(iUndo);
                    
87         using (ChildrenAccessor iChildren = Cluster.ChildrenW)
                    
88         {
                    
123         WindowMain.UndoStore.AddCustomUndoItem(iUndo);
                    
124         using (ChildrenAccessor iChildren = Cluster.ChildrenW)
                    
125         {
                    
142         WindowMain.UndoStore.AddCustomUndoItem(iUndo);
                    
143         using (ChildrenAccessor iChildren = Cluster.ChildrenW)
                    
144            iChildren.Clear();
                    
                
HITVM.cs https://gitlab.com/simscolony/FreeSims | C# | 324 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using TSO.HIT.model;
                    
6using FSO.Content;
                    
6using FSO.Content;
                    
7using System.IO;
                    
8using FSO.Files.HIT;
                    
8using FSO.Files.HIT;
                    
9using FSO.HIT.Events;
                    
10
                    
                
Form1.cs https://gitlab.com/sheminusminus/datadesign | C# | 298 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Threading.Tasks;
                    
9using System.Windows.Forms;
                    
11// the idea was to get the calendar to update from my CalendarEvents database,
                    
12// based on the user's selection. you'll find my attempt to do this using
                    
13// Entity Framework below, in the AllEvents() method. 
                    
45
                    
46            using (var cxt = new CalendarEventsEntities2())
                    
47            {
                    
                
MasterPreviewView.cs https://gitlab.com/hieplv.amgame/c0lor-blocks | C# | 247 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Reflection;
                    
4using System.Reflection;
                    
5using UnityEngine;
                    
6using UnityEditor.Graphing;
                    
6using UnityEditor.Graphing;
                    
7using UnityEditor.Graphing.Util;
                    
8using Object = UnityEngine.Object;
                    
9
                    
10using UnityEditor.UIElements;
                    
11using UnityEngine.UIElements;
                    
11using UnityEngine.UIElements;
                    
12using UnityEngine.UIElements.StyleSheets;
                    
13
                    
                
Caret.cs https://github.com/wickedshimmy/monodevelop.git | C# | 409 lines
                    
28using System;
                    
29using System.Linq;
                    
30using ICSharpCode.NRefactory.Editor;
                    
                
App.xaml.cs https://gitlab.com/yann510/Memory-game | C# | 108 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Runtime.InteropServices.WindowsRuntime;
                    
5using System.Runtime.InteropServices.WindowsRuntime;
                    
6using Windows.ApplicationModel;
                    
7using Windows.ApplicationModel.Activation;
                    
8using Windows.Foundation;
                    
9using Windows.Foundation.Collections;
                    
10using Windows.UI.Xaml;
                    
10using Windows.UI.Xaml;
                    
11using Windows.UI.Xaml.Controls;
                    
12using Windows.UI.Xaml.Controls.Primitives;
                    
                
InterfaceManager.cs http://big-mcgreed.googlecode.com/svn/trunk/ | C# | 291 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Big_McGreed.content.gameinterface.buttons;
                    
6using Microsoft.Xna.Framework.Input;
                    
6using Microsoft.Xna.Framework.Input;
                    
7using Big_McGreed.logic.map;
                    
8using Microsoft.Xna.Framework;
                    
8using Microsoft.Xna.Framework;
                    
9using Big_McGreed.content.gameframe;
                    
10using Microsoft.Xna.Framework.Graphics;
                    
10using Microsoft.Xna.Framework.Graphics;
                    
11using Big_McGreed.content.gameinterface.interfaces;
                    
12
                    
                
SQConditionBase.cs https://seaquail.svn.codeplex.com/svn | C# | 240 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
                
Dashbord.xaml.cs https://ec2bootstrapper.svn.codeplex.com/svn | C# | 319 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Windows;
                    
6using System.Windows.Controls;
                    
6using System.Windows.Controls;
                    
7using System.Windows.Data;
                    
8using System.Windows.Documents;
                    
8using System.Windows.Documents;
                    
9using System.Windows.Input;
                    
10using System.Windows.Media;
                    
10using System.Windows.Media;
                    
11using System.Windows.Media.Imaging;
                    
12using System.Windows.Shapes;
                    
                
ReportedByService.cs https://sugnatech.svn.codeplex.com/svn | C# | 249 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Linq.Dynamic;
                    
6using System.Data.Entity;
                    
6using System.Data.Entity;
                    
7using BugTracker.DataAccess.Data;
                    
8
                    
                
TileMapGenerator.cs https://gitlab.com/SSStormy/cscape-old | C# | 327 lines
                    
1using System;
                    
2using System.Linq;
                    
3using CScapeCache;
                    
3using CScapeCache;
                    
4using CScapeCache.Caches;
                    
5using CScapeCache.Model;
                    
                
BaseCommand.async.cs https://gitlab.com/vectorci/aws-sdk-net | C# | 108 lines
                    
15
                    
16using Amazon.S3.Model;
                    
17using System;
                    
17using System;
                    
18using System.Collections.Generic;
                    
19using System.IO;
                    
19using System.IO;
                    
20using System.Linq;
                    
21using System.Text;
                    
21using System.Text;
                    
22using System.Threading;
                    
23using System.Threading.Tasks;
                    
                
AnimatedParameterUtility.cs https://gitlab.com/Surabhi124/vote-mario | C# | 358 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Reflection;
                    
4using System.Reflection;
                    
5using UnityEngine;
                    
6using UnityEngine.Playables;
                    
6using UnityEngine.Playables;
                    
7using UnityEngine.Timeline;
                    
8using UnityObject = UnityEngine.Object;
                    
                
Projectile.cs https://gitlab.com/Renegaderobbie/HaloOnlineTagTool | C# | 415 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6using HaloOnlineTagTool.Serialization;
                    
                
AssertionComponent.cs https://gitlab.com/wizcas/Unity-GitLab-CI-Test | C# | 379 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Diagnostics;
                    
4using System.Diagnostics;
                    
5using System.Linq;
                    
6using UnityEngine;
                    
6using UnityEngine;
                    
7using Debug = UnityEngine.Debug;
                    
8using Object = UnityEngine.Object;
                    
                
ReferenceExeTests.cs https://gitlab.com/dotnetfoundation/sdk | C# | 299 lines
                    
5using System.IO;
                    
6using System.Linq;
                    
7using System.Runtime.CompilerServices;
                    
7using System.Runtime.CompilerServices;
                    
8using System.Xml.Linq;
                    
9using FluentAssertions;
                    
10using Microsoft.DotNet.Cli.Utils;
                    
11using Microsoft.NET.TestFramework;
                    
12using Microsoft.NET.TestFramework.Assertions;
                    
12using Microsoft.NET.TestFramework.Assertions;
                    
13using Microsoft.NET.TestFramework.Commands;
                    
14using Microsoft.NET.TestFramework.ProjectConstruction;
                    
14using Microsoft.NET.TestFramework.ProjectConstruction;
                    
15using Xunit;
                    
16using Xunit.Abstractions;
                    
                
TestHostProject.cs https://gitlab.com/sharadag/Roslyn | C# | 373 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
5using System.IO;
                    
6using System.Linq;
                    
7using Microsoft.CodeAnalysis;
                    
7using Microsoft.CodeAnalysis;
                    
8using Microsoft.CodeAnalysis.Diagnostics;
                    
9using Microsoft.CodeAnalysis.Host;
                    
9using Microsoft.CodeAnalysis.Host;
                    
10using Microsoft.CodeAnalysis.LanguageServices;
                    
11using Microsoft.CodeAnalysis.Text;
                    
11using Microsoft.CodeAnalysis.Text;
                    
12using Roslyn.Utilities;
                    
13
                    
                
SimpleSharding.cs https://github.com/mdavis/ravendb.git | C# | 254 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Collections.Specialized;
                    
4using System.IO;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Threading.Tasks;
                    
6using System.Threading.Tasks;
                    
7using Xunit;
                    
8using Raven.Json.Linq;
                    
8using Raven.Json.Linq;
                    
9using Raven.Client.FileSystem.Shard;
                    
10using Raven.Client.FileSystem;
                    
                
DirectoryService.cs http://coredroidservice.googlecode.com/svn/trunk/ | C# | 297 lines
                    
1using System;
                    
2using System.Linq;
                    
3using CoreDroid.Contract;
                    
3using CoreDroid.Contract;
                    
4using System.Collections.Generic;
                    
5
                    
5
                    
6using DiskDroid.FileSystem.Contract;
                    
7using Mono.Unix.Native;
                    
7using Mono.Unix.Native;
                    
8using System.Text;
                    
9
                    
72				string symlinkPath = null;
                    
73				Stat? usingStat = new Stat ();
                    
74				if (stat.HasValue) {
                    
                
BindingListHelper.cs https://RapidDevBookCode.svn.codeplex.com/svn | C# | 351 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.ComponentModel;
                    
5using System.Data;
                    
6using System.Linq;
                    
7using System.Windows.Forms;
                    
7using System.Windows.Forms;
                    
8using AW.Helper;
                    
9using JesseJohnston;
                    
                
ParsableAttribute.cs https://MSCompBio.svn.codeplex.com/svn | C# | 236 lines
                    
11
                    
12using System;
                    
13using System.Reflection;
                    
13using System.Reflection;
                    
14using Bio.Util;
                    
15using System.Collections.Generic;
                    
16using System.Threading;
                    
17using System.Linq;
                    
18using System.Collections.Concurrent;
                    
                
FrameworkFactoryGenerator.cs git://github.com/signumframework/signumframework.git | C# | 218 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Linq.Expressions;
                    
6using w = System.Windows;
                    
6using w = System.Windows;
                    
7using Signum.Utilities;
                    
8using Signum.Utilities.Reflection;
                    
8using Signum.Utilities.Reflection;
                    
9using System.Reflection;
                    
10using System.Windows.Controls;
                    
10using System.Windows.Controls;
                    
11using Signum.Utilities.ExpressionTrees;
                    
12using System.ComponentModel;
                    
                
ImportingScheme.cs https://mc.svn.codeplex.com/svn | C# | 384 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Diagnostics.Contracts;
                    
6using System.ComponentModel;
                    
6using System.ComponentModel;
                    
7using MCDomain.DataAccess;
                    
8
                    
                
Program.cs https://vlpp.svn.codeplex.com/svn | C# | 260 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Threading.Tasks;
                    
7using System.Xml.Linq;
                    
232
                    
233            using (StreamWriter writer = new StreamWriter(to))
                    
234            {
                    
                
SocialAuthHttpModule.cs http://socialauth-net.googlecode.com/svn/trunk/ | C# | 199 lines
                    
24*/
                    
25using System;
                    
26using System.Collections.Generic;
                    
26using System.Collections.Generic;
                    
27using System.Linq;
                    
28using System.Text;
                    
28using System.Text;
                    
29using System.Web;
                    
30using System.Web.Security;
                    
30using System.Web.Security;
                    
31using System.Web.SessionState;
                    
32using System.Security.Principal;
                    
32using System.Security.Principal;
                    
33using Brickred.SocialAuth.NET.Core.BusinessObjects;
                    
34using System.Text.RegularExpressions;
                    
                
DictionaryWithParentSnapshot.cs git://github.com/ravendb/ravendb.git | C# | 342 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Diagnostics;
                    
4using System.Diagnostics;
                    
5using System.Runtime.CompilerServices;
                    
6using Raven.Imports.Newtonsoft.Json.Linq;
                    
6using Raven.Imports.Newtonsoft.Json.Linq;
                    
7using System.Linq;
                    
8
                    
                
WindowsPhoneDevice.cs https://hg01.codeplex.com/wptools | C# | 363 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.SmartDevice.Connectivity;
                    
6using System.Collections.ObjectModel;
                    
6using System.Collections.ObjectModel;
                    
7using System.ComponentModel;
                    
8using System.Globalization;
                    
8using System.Globalization;
                    
9using Microsoft.SmartDevice.MultiTargeting.Connectivity;
                    
10using Microsoft.SmartDevice.Connectivity.Interface;
                    
10using Microsoft.SmartDevice.Connectivity.Interface;
                    
11using System.Runtime.CompilerServices;
                    
12
                    
                
utilities.cs https://gitlab.com/Rockyspade/Windows-universal-samples | C# | 105 lines
                    
11
                    
12using System;
                    
13using System.Collections.Generic;
                    
13using System.Collections.Generic;
                    
14using System.Linq;
                    
15using System.Text;
                    
15using System.Text;
                    
16using System.Threading.Tasks;
                    
17
                    
17
                    
18using Windows.Devices.Usb;
                    
19using Windows.UI.Xaml;
                    
19using Windows.UI.Xaml;
                    
20using SDKTemplate;
                    
21
                    
                
 

Source

Language