PageRenderTime 1565ms queryTime 764ms sortTime 122ms getByIdsTime 50ms findMatchingLines 255ms

100+ results results for 'using System.Linq; repo:shope/dfu' (1565 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;
                    
                
TypeExtensionMethods.cs https://github.com/pruiz/mono.git | C# | 302 lines
                    
22//
                    
23using System;
                    
24using System.Collections;
                    
24using System.Collections;
                    
25using System.Collections.Generic;
                    
26using System.ComponentModel;
                    
27using System.Globalization;
                    
28using System.Linq;
                    
29using System.Reflection;
                    
29using System.Reflection;
                    
30using System.Windows.Markup;
                    
31using System.Xaml.Schema;
                    
                
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;
                    
                
Caret.cs https://github.com/Unity-Technologies/monodevelop.git | C# | 409 lines
                    
28using System;
                    
29using System.Linq;
                    
30using ICSharpCode.NRefactory.Editor;
                    
                
AssertionComponentEditor.cs https://gitlab.com/wizcas/Unity-GitLab-CI-Test | 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
                    
                
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
                    
                
when_resolving_instances.cs https://github.com/grahamrhay/openrasta-stable.git | C# | 399 lines
                    
13using System;
                    
14using System.Linq;
                    
15using NUnit.Framework;
                    
15using NUnit.Framework;
                    
16using OpenRasta.DI;
                    
17using OpenRasta.Hosting;
                    
20using OpenRasta.Testing;
                    
21using OpenRasta.Tests.Unit.DI;
                    
22using OpenRasta.Tests.Unit.Fakes;
                    
129
                    
130            using (new ContextScope(scope1))
                    
131                Resolver.AddDependencyInstance<TheClass>(objectForScope1, DependencyLifetime.PerRequest);
                    
132
                    
133            using (new ContextScope(scope2))
                    
134            {
                    
                
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
                    
                
Program.cs https://github.com/mikehadlow/ravendb.git | C# | 286 lines
                    
1using System;
                    
2using System.Configuration.Install;
                    
3using System.Diagnostics;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Reflection;
                    
6using System.Reflection;
                    
7using System.Security.Principal;
                    
8using System.ServiceProcess;
                    
8using System.ServiceProcess;
                    
9using log4net.Appender;
                    
10using log4net.Config;
                    
10using log4net.Config;
                    
11using log4net.Filter;
                    
12using log4net.Layout;
                    
                
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;
                    
                
TalentCollection.cs https://github.com/enjoii/WCell.git | C# | 490 lines
                    
17using System;
                    
18using System.Collections;
                    
19using System.Collections.Generic;
                    
19using System.Collections.Generic;
                    
20using System.Linq;
                    
21using NLog;
                    
22using WCell.Constants;
                    
23using WCell.Constants.NPCs;
                    
24using WCell.Constants.Pets;
                    
24using WCell.Constants.Pets;
                    
25using WCell.Constants.Spells;
                    
26using WCell.Constants.Talents;
                    
26using WCell.Constants.Talents;
                    
27using WCell.Constants.Updates;
                    
28using WCell.RealmServer.Database;
                    
                
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                {
                    
                
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;
                    
                
HTTPVersion.cs https://github.com/Vanaheimr/Hermod.git | C# | 378 lines
                    
17
                    
18#region Usings
                    
19
                    
20using System;
                    
21using System.Linq;
                    
22
                    
                
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/TestProject2 | 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
                    
                
UnityDependencyResolver_Specification.cs https://github.com/jbogard/openrasta-stable.git | C# | 336 lines
                    
1using System.Collections;
                    
2using System.Linq;
                    
3using InternalDependencyResolver_Specification;
                    
3using InternalDependencyResolver_Specification;
                    
4using Microsoft.Practices.Unity;
                    
5using NUnit.Framework;
                    
5using NUnit.Framework;
                    
6using OpenRasta.DI;
                    
7using OpenRasta.DI.Unity;
                    
7using OpenRasta.DI.Unity;
                    
8using OpenRasta.DI.Unity.Extensions;
                    
9using OpenRasta.Testing;
                    
168
                    
169    public class when_using_a_parent_container_with_unity_dependency_resolver : dependency_resolver_context
                    
170    {
                    
                
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;
                    
                
BlowfishKeyProvider.cs https://github.com/cjshmyr/OpenRA.git | C# | 493 lines
                    
12using System;
                    
13using System.Linq;
                    
14
                    
                
XmlPropertyBag.cs https://github.com/pruiz/mono.git | C# | 315 lines
                    
6{
                    
7    using System;
                    
8    using System.Collections.Generic;
                    
8    using System.Collections.Generic;
                    
9    using System.Globalization;
                    
10    using System.IO;
                    
11    using System.IO.Compression;
                    
12    using System.Linq;
                    
13    using System.Runtime;
                    
13    using System.Runtime;
                    
14    using System.Text;
                    
15    using System.Xml;
                    
15    using System.Xml;
                    
16    using System.Xml.Linq;
                    
17    using System.Xml.Schema;
                    
                
AnyMutablePropertyModelGenerationTests.cs https://github.com/kenegozi/fluent-nhibernate.git | C# | 282 lines
                    
1using System.Linq;
                    
2using FluentNHibernate.MappingModel;
                    
2using FluentNHibernate.MappingModel;
                    
3using FluentNHibernate.Testing.DomainModel;
                    
4using FluentNHibernate.Testing.DomainModel.Mapping;
                    
4using FluentNHibernate.Testing.DomainModel.Mapping;
                    
5using NUnit.Framework;
                    
6
                    
                
PartitionerQueryOperator.cs https://github.com/pruiz/mono.git | C# | 276 lines
                    
13
                    
14using System;
                    
15using System.Collections.Generic;
                    
15using System.Collections.Generic;
                    
16using System.Linq;
                    
17using System.Text;
                    
17using System.Text;
                    
18using System.Collections.Concurrent;
                    
19using System.Linq.Parallel;
                    
19using System.Linq.Parallel;
                    
20using System.Diagnostics.Contracts;
                    
21using System.Threading;
                    
22#if SILVERLIGHT
                    
23using System.Core; // for System.Core.SR
                    
24#endif
                    
                
AccountModels.cs https://github.com/stephanspacov/Web.Generics.git | C# | 288 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.ComponentModel.DataAnnotations;
                    
5using System.Globalization;
                    
6using System.Linq;
                    
7using System.Web;
                    
7using System.Web;
                    
8using System.Web.Mvc;
                    
9using System.Web.Security;
                    
9using System.Web.Security;
                    
10using Web.Generics.UserInterface.Validators;
                    
11
                    
                
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;
                    
                
UserMigration.cs https://github.com/ronfesta/simiangrid.git | C# | 286 lines
                    
26
                    
27using System;
                    
28using System.Collections.Generic;
                    
29using System.Collections.Specialized;
                    
30using System.Linq;
                    
31using MySql.Data.MySqlClient;
                    
31using MySql.Data.MySqlClient;
                    
32using OpenMetaverse;
                    
33using OpenMetaverse.StructuredData;
                    
79        {
                    
80            using (m_connection = new MySqlConnection(connectString))
                    
81            {
                    
81            {
                    
82                using (m_db = new opensim(m_connection))
                    
83                {
                    
                
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
                    
                
PipeWin32.cs https://github.com/cschlote/mono.git | C# | 342 lines
                    
27//
                    
28using System;
                    
29using System.ComponentModel;
                    
30using System.IO;
                    
31using System.Linq;
                    
32using System.Runtime.InteropServices;
                    
32using System.Runtime.InteropServices;
                    
33using System.Security.AccessControl;
                    
34using System.Security.Permissions;
                    
34using System.Security.Permissions;
                    
35using System.Security.Principal;
                    
36using System.Text;
                    
36using System.Text;
                    
37using Microsoft.Win32;
                    
38using Microsoft.Win32.SafeHandles;
                    
                
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>
                    
                
ContentCorrelationTypeExpander.xaml.cs https://github.com/pruiz/mono.git | C# | 315 lines
                    
6{
                    
7    using System.Activities.Presentation;
                    
8    using System.Collections.Generic;
                    
8    using System.Collections.Generic;
                    
9    using System.Reflection;
                    
10    using System.Runtime.Serialization;
                    
10    using System.Runtime.Serialization;
                    
11    using System.Windows;
                    
12    using System.Windows.Controls;
                    
12    using System.Windows.Controls;
                    
13    using System.Windows.Input;
                    
14    using System.Windows.Threading;
                    
15    using System.Xml;
                    
16    using System.Linq;
                    
17    using System.Collections;
                    
                
JpegFrame.cs https://github.com/roverwolf/plupload.git | C# | 283 lines
                    
3
                    
4using System;
                    
5using System.Collections.Generic;
                    
5using System.Collections.Generic;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using FluxJpeg.Core.IO;
                    
9
                    
                
WorkflowTypeBag.cs https://github.com/SparkDevNetwork/Rock.git | C# | 270 lines
                    
24using System;
                    
25using System.Linq;
                    
26
                    
26
                    
27using Rock.ViewModels.Utility;
                    
28
                    
                
QueryableDataSourceHelper.cs https://github.com/pruiz/mono.git | C# | 242 lines
                    
1namespace System.Web.UI.WebControls {
                    
2    using System;
                    
3    using System.Collections;
                    
4    using System.Collections.Generic;
                    
5    using System.Collections.Specialized;
                    
6    using System.Diagnostics;
                    
7    using System.Globalization;
                    
8    using System.Linq;
                    
9    using System.Reflection;
                    
9    using System.Reflection;
                    
10    using System.Text;
                    
11    using System.Text.RegularExpressions;
                    
11    using System.Text.RegularExpressions;
                    
12    using System.Web;
                    
13    using System.Web.Resources;
                    
                
BinaryPersistors.cs https://github.com/enjoii/WCell.git | C# | 521 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.Collections;
                    
6using System.Collections;
                    
7using WCell.Util.DB;
                    
8
                    
                
Field.cs https://github.com/OpenGamma/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>
                    
                
ExpressionTest_AndAlso.cs https://github.com/pruiz/mono.git | C# | 372 lines
                    
22
                    
23using System;
                    
24using System.Reflection;
                    
24using System.Reflection;
                    
25using System.Linq;
                    
26using System.Linq.Expressions;
                    
26using System.Linq.Expressions;
                    
27using NUnit.Framework;
                    
28
                    
88			// We can use the simplest version of GetMethod because we already know only one
                    
89			// exists in the very simple class we're using for the tests.
                    
90			MethodInfo mi = typeof (OpClass).GetMethod ("op_BitwiseAnd");
                    
                
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;
                    
                
Version3.cs https://github.com/lukesandberg/PexFaultLocalization.git | C# | 381 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.Text.RegularExpressions;
                    
6using System.Text.RegularExpressions;
                    
7using Edu.Nlu.Sir.Siemens.Shared;
                    
8namespace Edu.Nlu.Sir.Siemens.TotInfo
                    
                
Version10.cs https://github.com/lukesandberg/PexFaultLocalization.git | C# | 381 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.Text.RegularExpressions;
                    
7
                    
8using Edu.Nlu.Sir.Siemens.Shared;
                    
9namespace Edu.Nlu.Sir.Siemens.TotInfo
                    
                
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;
                    
                
AutoDiscovery.cs https://github.com/Vanaheimr/Styx.git | C# | 355 lines
                    
17
                    
18#region Usings
                    
19
                    
19
                    
20using System;
                    
21using System.IO;
                    
21using System.IO;
                    
22using System.Linq;
                    
23using System.Reflection;
                    
23using System.Reflection;
                    
24using System.Collections.Generic;
                    
25using System.Collections.Concurrent;
                    
25using System.Collections.Concurrent;
                    
26using System.Threading.Tasks;
                    
27
                    
                
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
                    
                
ChatPresenter_Rendering.cs https://github.com/neem/Nilas.git | C# | 376 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Windows;
                    
4using System.Windows;
                    
5using System.Windows.Controls.Primitives;
                    
6using System.Windows.Media;
                    
6using System.Windows.Media;
                    
7using System.Windows.Media.TextFormatting;
                    
8
                    
                
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                        {
                    
                
Main.cs https://github.com/schani/mono.git | C# | 360 lines
                    
31using Microsoft.Build.Utilities;
                    
32using Microsoft.Build.Exceptions;
                    
33using Microsoft.Build.Construction;
                    
33using Microsoft.Build.Construction;
                    
34using System.Xml;
                    
35using System.Xml.Schema;
                    
35using System.Xml.Schema;
                    
36using System.Linq;
                    
37using System.Collections.Generic;
                    
40using System;
                    
41using System.Collections;
                    
42using System.IO;
                    
42using System.IO;
                    
43using System.Reflection;
                    
44using System.Text;
                    
                
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;
                    
                
ProductionTabsWidget.cs https://github.com/OpenRA/OpenRA.git | C# | 333 lines
                    
11
                    
12using System;
                    
13using System.Collections.Generic;
                    
13using System.Collections.Generic;
                    
14using System.Linq;
                    
15using OpenRA.Graphics;
                    
15using OpenRA.Graphics;
                    
16using OpenRA.Mods.Common.Traits;
                    
17using OpenRA.Primitives;
                    
17using OpenRA.Primitives;
                    
18using OpenRA.Widgets;
                    
19
                    
                
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
                    
                
Analysis.cs https://bitbucket.org/foobar22/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;
                    
                
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;
                    
                
BitmapHandler.cs https://github.com/picoe/Eto.git | C# | 380 lines
                    
1using System;
                    
2using System.Globalization;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using Eto.Drawing;
                    
5using Eto.Drawing;
                    
6using Eto.Mac.Forms;
                    
7using Eto.Shared.Drawing;
                    
7using Eto.Shared.Drawing;
                    
8using System.Collections.Generic;
                    
9using Eto.Forms;
                    
184		{
                    
185			using (var stream = new FileStream(fileName, FileMode.Create, FileAccess.Write))
                    
186			{
                    
223			}
                    
224			var data = newrep.RepresentationUsingTypeProperties(type, new NSDictionary());
                    
225			var datastream = data.AsStream();
                    
                
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
                    
                
Runtime.cs https://github.com/tritao/monodevelop.git | C# | 289 lines
                    
29using System;
                    
30using System.Linq;
                    
31using System.Runtime.InteropServices;
                    
31using System.Runtime.InteropServices;
                    
32using System.Text;
                    
33using System.Threading;
                    
33using System.Threading;
                    
34using Mono.Addins;
                    
35using Mono.Addins.Setup;
                    
35using Mono.Addins.Setup;
                    
36using MonoDevelop.Core;
                    
37using MonoDevelop.Core.Assemblies;
                    
37using MonoDevelop.Core.Assemblies;
                    
38using MonoDevelop.Core.Execution;
                    
39using MonoDevelop.Core.Instrumentation;
                    
                
Program.cs https://github.com/dv1/ion_player.git | C# | 331 lines
                    
17
                    
18using System;
                    
19using System.Collections.Generic;
                    
19using System.Collections.Generic;
                    
20using System.Linq;
                    
21using System.Text;
                    
22
                    
23using System.IO;
                    
24using System.Runtime.InteropServices;
                    
25
                    
26using mpg123clr;
                    
27
                    
                
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
                    
                
FakePackageTests.cs https://github.com/sdether/mono.git | C# | 217 lines
                    
26
                    
27using System;
                    
28using System.Collections.Generic;
                    
28using System.Collections.Generic;
                    
29using System.Linq;
                    
30using System.Text;
                    
30using System.Text;
                    
31using NUnit.Framework;
                    
32
                    
210            foreach (PackagePart part in package.GetParts())
                    
211                using (Stream s = part.GetStream())
                    
212                    s.Write(new byte[10], 0, 10);
                    
                
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;
                    
                
MyText.cs https://github.com/SchokoMousse/MVCExtensions.git | C# | 336 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text.RegularExpressions;
                    
                
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;
                    
                
ManagedSession.cs https://github.com/ppanhoto/Freeswitch-mod_mp4.git | C# | 230 lines
                    
30 */
                    
31using System;
                    
32using System.Collections.Generic;
                    
32using System.Collections.Generic;
                    
33using System.Linq;
                    
34using System.Text;
                    
34using System.Text;
                    
35using System.Runtime.InteropServices;
                    
36
                    
97                    case FreeSWITCH.Native.switch_input_type_t.SWITCH_INPUT_TYPE_DTMF:
                    
98                        using (var dtmf = new Native.switch_dtmf_t(input, false)) {
                    
99                            return dtmfCallback(dtmf);
                    
101                    case FreeSWITCH.Native.switch_input_type_t.SWITCH_INPUT_TYPE_EVENT:
                    
102                        using (var swevt = new Native.switch_event(input, false)) {
                    
103                            return eventCallback(swevt);
                    
                
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.
                    
                
 

Source

Language