PageRenderTime 404ms queryTime 91ms sortTime 127ms getByIdsTime 22ms findMatchingLines 46ms

100+ results results for 'using System.Linq; repo:nkcsgexi/SrcML.NET' (404 ms)

Not the results you expected?
UsingDynamicQueryWithLocalServer.cs https://github.com/jalchr/ravendb.git | C# | 552 lines
                    
6using System;
                    
7using System.Linq;
                    
8using Raven.Abstractions.Indexing;
                    
9using Raven.Client;
                    
10using Xunit;
                    
11
                    
132		[Fact]
                    
133		public void CanPerformDynamicQueryUsingClientLuceneQuery()
                    
134		{
                    
150
                    
151			using (var store = this.NewDocumentStore())
                    
152			{       
                    
497
                    
498				using (var s = store.OpenSession())
                    
499				{
                    
                
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;
                    
                
when_resolving_instances.cs https://github.com/PaulCampbell/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            {
                    
                
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;
                    
                
BlockDemo2.ascx.cs https://github.com/WouterBos/graphite.git | C# | 395 lines
                    
1using Graphite;
                    
2using System;
                    
2using System;
                    
3using System.Collections.Generic;
                    
4using System.Globalization;
                    
4using System.Globalization;
                    
5using System.Linq;
                    
6using System.Text;
                    
6using System.Text;
                    
7using System.Web;
                    
8using System.Web.UI;
                    
8using System.Web.UI;
                    
9using System.Web.UI.WebControls;
                    
10using System.Text.RegularExpressions;
                    
10using System.Text.RegularExpressions;
                    
11using System.Reflection;
                    
12using System.Collections;
                    
                
MimeTypePolicyOptionsSection.cs https://github.com/jfcantin/monodevelop.git | C# | 400 lines
                    
26
                    
27using System;
                    
28using System.Collections.Generic;
                    
29using Gtk;
                    
30using System.Linq;
                    
31using Mono.Addins;
                    
32
                    
33using MonoDevelop.Core;
                    
34using MonoDevelop.Ide.Gui.Dialogs;
                    
34using MonoDevelop.Ide.Gui.Dialogs;
                    
35using MonoDevelop.Projects;
                    
36using MonoDevelop.Projects.Policies;
                    
36using MonoDevelop.Projects.Policies;
                    
37using MonoDevelop.Ide.Extensions;
                    
38
                    
                
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
                    
                
Server.cs https://github.com/pvpmagebro/d3sharp.git | C# | 307 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
20using System.Collections.Generic;
                    
21using System.Linq;
                    
22using System.Net;
                    
22using System.Net;
                    
23using System.Net.Sockets;
                    
24using D3Sharp.Utils;
                    
24using D3Sharp.Utils;
                    
25using D3Sharp.Utils.Extensions;
                    
26
                    
                
MethodGroupResolveResult.cs https://bitbucket.org/WscriChy/vim-configuration.git | C# | 292 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
22using System.Diagnostics;
                    
23using System.Linq;
                    
24using System.Text;
                    
24using System.Text;
                    
25using ICSharpCode.NRefactory.CSharp.TypeSystem;
                    
26using ICSharpCode.NRefactory.Semantics;
                    
158		/// The results are stored in nested lists because they are grouped by using scope.
                    
159		/// That is, for "using SomeExtensions; namespace X { using MoreExtensions; ... }",
                    
160		/// the return value will be
                    
189		/// The results are stored in nested lists because they are grouped by using scope.
                    
190		/// That is, for "using SomeExtensions; namespace X { using MoreExtensions; ... }",
                    
191		/// the return value will be
                    
                
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");
                    
                
MainPage.xaml.cs https://bitbucket.org/syncfusion/windowsapps.git | C# | 231 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using Windows.Foundation;
                    
6using Windows.Foundation.Collections;
                    
7using Windows.UI.Xaml;
                    
8using Windows.UI.Xaml.Controls;
                    
8using Windows.UI.Xaml.Controls;
                    
9using Windows.UI.Xaml.Controls.Primitives;
                    
10using Windows.UI.Xaml.Data;
                    
10using Windows.UI.Xaml.Data;
                    
11using Windows.UI.Xaml.Input;
                    
12using Windows.UI.Xaml.Media;
                    
                
RazorViewTest.cs https://bitbucket.org/mdavid/aspnetwebstack.git | C# | 248 lines
                    
1using System.Collections;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Web.WebPages;
                    
5using System.Web.WebPages;
                    
6using Moq;
                    
7using Xunit;
                    
7using Xunit;
                    
8using Assert = Microsoft.TestCommon.AssertEx;
                    
9
                    
                
TimelineViewModel.cs https://bitbucket.org/thedmi/reactrt.git | C# | 349 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Collections.ObjectModel;
                    
6using ReactRT.Observatory.Monitor.Domain;
                    
6using ReactRT.Observatory.Monitor.Domain;
                    
7using GalaSoft.MvvmLight;
                    
8using System.ComponentModel;
                    
8using System.ComponentModel;
                    
9using GalaSoft.MvvmLight.Command;
                    
10using System.Windows.Input;
                    
10using System.Windows.Input;
                    
11using System.Collections.Specialized;
                    
12using System.Windows.Media;
                    
                
VariableLookupVisitor.cs https://github.com/jfcantin/monodevelop.git | C# | 287 lines
                    
27using System;
                    
28using System.Linq;
                    
29using System.Collections.Generic;
                    
29using System.Collections.Generic;
                    
30using MonoDevelop.Projects.Dom;
                    
31using MonoDevelop.Projects.Dom.Parser;
                    
31using MonoDevelop.Projects.Dom.Parser;
                    
32using Mono.TextEditor;
                    
33using ICSharpCode.NRefactory.CSharp;
                    
                
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;
                    
                
RedundantSubqueryRemover.cs https://github.com/Ninfendo/SubSonic-3.0.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
                    
                
LocalizeTypesController.cs https://github.com/jgauffin/griffin.mvccontrib.git | C# | 283 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel.DataAnnotations;
                    
4using System.Globalization;
                    
5using System.IO;
                    
6using System.Linq;
                    
7using System.Runtime.Serialization.Json;
                    
7using System.Runtime.Serialization.Json;
                    
8using System.Web;
                    
9using System.Web.Mvc;
                    
9using System.Web.Mvc;
                    
10using Griffin.MvcContrib.Areas.Griffin.Models;
                    
11using Griffin.MvcContrib.Areas.Griffin.Models.LocalizeTypes;
                    
11using Griffin.MvcContrib.Areas.Griffin.Models.LocalizeTypes;
                    
12using Griffin.MvcContrib.Localization;
                    
13using Griffin.MvcContrib.Localization.Types;
                    
                
EventList.ascx.cs https://bitbucket.org/kudutest2/kenticogit.git | C# | 379 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;
                    
6using System.Web.UI.WebControls;
                    
7using System.Data;
                    
8
                    
9using CMS.UIControls;
                    
10using CMS.GlobalHelper;
                    
11using CMS.SettingsProvider;
                    
11using CMS.SettingsProvider;
                    
12using CMS.SiteProvider;
                    
13using CMS.CMSHelper;
                    
                
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
                    
                
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;
                    
                
SingleObjectBuilderTests.cs https://github.com/garethdown44/nbuilder.git | C# | 257 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using FizzWare.NBuilder.FunctionalTests.Model;
                    
6using FizzWare.NBuilder.FunctionalTests.Support;
                    
6using FizzWare.NBuilder.FunctionalTests.Support;
                    
7using NUnit.Framework;
                    
8
                    
125        [Test]
                    
126        public void CreatingAClassThatHasAConstructorUsingLegacySyntax()
                    
127        {
                    
148        [Test]
                    
149        public void CreatingAClassThatHasAConstructorUsingExpressionSyntax()
                    
150        {
                    
                
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
                    
                
MiscTests.cs https://github.com/jalchr/ravendb.git | C# | 230 lines
                    
8{
                    
9    using System;
                    
10    using System.Collections.Generic;
                    
11    using System.Globalization;
                    
12    using System.Linq;
                    
13    using System.Reflection;
                    
13    using System.Reflection;
                    
14    using Microsoft.Isam.Esent.Interop;
                    
15    using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
                
QueryTest.cs https://github.com/kppullin/Simple.Data.git | C# | 320 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using NUnit.Framework;
                    
6
                    
                
MongoUrl.cs https://github.com/afinnell/mongo-csharp-driver.git | C# | 346 lines
                    
15
                    
16using System;
                    
17using System.Collections.Generic;
                    
17using System.Collections.Generic;
                    
18using System.Linq;
                    
19using System.Text;
                    
19using System.Text;
                    
20using System.Text.RegularExpressions;
                    
21
                    
21
                    
22using MongoDB.Bson;
                    
23using MongoDB.Driver.Internal;
                    
174        /// <summary>
                    
175        /// Gets the address of the server (see also Servers if using more than one address).
                    
176        /// </summary>
                    
                
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/Roslyn | 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;
                    
                
CachedDataAnnotationsModelMetadata.cs https://bitbucket.org/mdavid/aspnetwebstack.git | C# | 267 lines
                    
1using System.Collections.Generic;
                    
2using System.ComponentModel.DataAnnotations;
                    
2using System.ComponentModel.DataAnnotations;
                    
3using System.Linq;
                    
4using System.Reflection;
                    
4using System.Reflection;
                    
5using System.Security;
                    
6using System.Web.Http.Internal;
                    
6using System.Web.Http.Internal;
                    
7using System.Web.Http.Properties;
                    
8
                    
                
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                {
                    
                
LinqExtensions.cs https://github.com/behailus/ravendb.git | C# | 290 lines
                    
5//-----------------------------------------------------------------------
                    
6using System;
                    
7using System.Collections;
                    
7using System.Collections;
                    
8using System.Collections.Generic;
                    
9using System.ComponentModel;
                    
9using System.ComponentModel;
                    
10using System.Linq;
                    
11#if !NET_3_5
                    
11#if !NET_3_5
                    
12using System.Threading.Tasks;
                    
13#endif
                    
13#endif
                    
14using Raven.Abstractions.Data;
                    
15using Raven.Client.Connection;
                    
                
MongoCollectionSettings.cs https://github.com/zxy050/mongo-csharp-driver.git | C# | 304 lines
                    
15
                    
16using System;
                    
17using System.Collections.Generic;
                    
17using System.Collections.Generic;
                    
18using System.Linq;
                    
19using System.Text;
                    
20
                    
21using MongoDB.Bson;
                    
22
                    
                
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;
                    
                
Server.cs https://github.com/angerwin/d3sharp.git | C# | 314 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
20using System.Collections.Generic;
                    
21using System.Linq;
                    
22using System.Net;
                    
22using System.Net;
                    
23using System.Net.Sockets;
                    
24using Mooege.Common.Extensions;
                    
24using Mooege.Common.Extensions;
                    
25using Mooege.Common.Logging;
                    
26
                    
                
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;
                    
                
AbstractMassTestingFixture.cs https://github.com/Saleslogix/nhibernate-core.git | C# | 279 lines
                    
1using NHibernate.Cfg;
                    
2using NHibernate.Linq;
                    
2using NHibernate.Linq;
                    
3using NUnit.Framework;
                    
4using System;
                    
5using System.Collections.Generic;
                    
6using System.Linq;
                    
7using System.Linq.Expressions;
                    
7using System.Linq.Expressions;
                    
8using Environment = NHibernate.Cfg.Environment;
                    
9
                    
116					// Setup
                    
117					using (var session = OpenSession())
                    
118					{
                    
124						// Test
                    
125						using (var session = OpenSession())
                    
126						{
                    
                
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
                    
                
TaskAsyncActionDescriptor.cs https://bitbucket.org/mdavid/aspnetwebstack.git | C# | 263 lines
                    
1using System.Collections.Concurrent;
                    
2using System.Collections.Generic;
                    
3using System.Globalization;
                    
4using System.Linq;
                    
5using System.Linq.Expressions;
                    
5using System.Linq.Expressions;
                    
6using System.Reflection;
                    
7using System.Threading;
                    
7using System.Threading;
                    
8using System.Threading.Tasks;
                    
9using System.Web.Mvc.Properties;
                    
                
NSObjectInfoService.cs https://github.com/nmf/monodevelop.git | C# | 308 lines
                    
27using System;
                    
28using System.Linq;
                    
29using System.Collections.Generic;
                    
29using System.Collections.Generic;
                    
30using System.Text.RegularExpressions;
                    
31
                    
31
                    
32using MonoDevelop.Projects;
                    
33using MonoDevelop.Projects.Dom;
                    
33using MonoDevelop.Projects.Dom;
                    
34using MonoDevelop.Projects.Dom.Parser;
                    
35using MonoDevelop.Ide;
                    
35using MonoDevelop.Ide;
                    
36using MonoDevelop.Core;
                    
37
                    
                
ConfigHelper.cs https://github.com/mer2/DevFx.git | C# | 271 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
5using System.IO;
                    
6using System.Linq;
                    
7using System.Reflection;
                    
7using System.Reflection;
                    
8using System.Xml;
                    
9using DevFx.Configuration.Xml;
                    
9using DevFx.Configuration.Xml;
                    
10using DevFx.Utils;
                    
11
                    
                
Screen.cs https://github.com/DJSymBiotiX/BType2.git | C# | 331 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using Microsoft.Xna.Framework;
                    
4using Microsoft.Xna.Framework;
                    
5using Microsoft.Xna.Framework.Graphics;
                    
6using Rollout.Collision;
                    
6using Rollout.Collision;
                    
7using Rollout.Core;
                    
8using Rollout.Core.GameObject;
                    
8using Rollout.Core.GameObject;
                    
9using Rollout.Input;
                    
10using Rollout.Screens.Transitions;
                    
10using Rollout.Screens.Transitions;
                    
11using Rollout.Scripting;
                    
12using Rollout.Utility;
                    
                
OptionsMenu.cs https://bitbucket.org/IVmost/portfolio.git | C# | 259 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
5
                    
6using Microsoft.Xna.Framework;
                    
7using Microsoft.Xna.Framework.Audio;
                    
7using Microsoft.Xna.Framework.Audio;
                    
8using Microsoft.Xna.Framework.Content;
                    
9using Microsoft.Xna.Framework.GamerServices;
                    
9using Microsoft.Xna.Framework.GamerServices;
                    
10using Microsoft.Xna.Framework.Graphics;
                    
11using Microsoft.Xna.Framework.Input;
                    
11using Microsoft.Xna.Framework.Input;
                    
12using Microsoft.Xna.Framework.Media;
                    
13
                    
                
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;
                    
                
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;
                    
                
IntervalTree`1.cs https://gitlab.com/sharadag/Roslyn | 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
                    
                
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
                    
                
StructureMapBasedDependencyResolverTests.cs https://bitbucket.org/xact/cs.ff.xact.lib.git | C# | 361 lines
                    
1using System.Linq;
                    
2using System.Reflection;
                    
2using System.Reflection;
                    
3using StructureMap;
                    
4using XAct.Diagnostics;
                    
4using XAct.Diagnostics;
                    
5using XAct.Diagnostics.Implementations;
                    
6using XAct.Environment;
                    
6using XAct.Environment;
                    
7using XAct.Services.Tests.Services;
                    
8using XAct.Threading;
                    
11{
                    
12    using System;
                    
13    using NUnit.Framework;
                    
13    using NUnit.Framework;
                    
14    using XAct;
                    
15    using XAct.Bootstrapper.Tests;
                    
                
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                {
                    
                
View.cs https://github.com/paulcbetts/CaliburnMicro.git | C# | 263 lines
                    
3    using System;
                    
4    using System.Linq;
                    
5    using System.Windows;
                    
5    using System.Windows;
                    
6    using System.Windows.Controls;
                    
7    using System.Windows.Markup;
                    
                
NestedSelectsTests.cs https://github.com/ngbrown/nhibernate-core.git | C# | 465 lines
                    
1using System;
                    
2using System.Collections.ObjectModel;
                    
2using System.Collections.ObjectModel;
                    
3using System.Linq;
                    
4using System.Linq.Expressions;
                    
4using System.Linq.Expressions;
                    
5using NHibernate.DomainModel.Northwind.Entities;
                    
6using NUnit.Framework;
                    
                
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>
                    
                
IFSIOServiceFileTests.cs https://bitbucket.org/xact/cs.ff.xact.lib.git | C# | 351 lines
                    
4    using System.IO;
                    
5    using System.Linq;
                    
6    using NUnit.Framework;
                    
6    using NUnit.Framework;
                    
7    using XAct;
                    
8    using XAct.IO;
                    
8    using XAct.IO;
                    
9    using XAct.IO.Implementations;
                    
10    using XAct.Tests;
                    
282            //Should have got back IsolatedStorage service:
                    
283            using (Stream stream = ioService.FileOpenWriteAsync("%userprofile%\\Test.txt").Result)
                    
284            {
                    
284            {
                    
285                using (StreamWriter streamWriter = stream.CreateStreamWriter())
                    
286                {
                    
                
TeachTextureClass.cs https://bitbucket.org/Bloov/texture-recognition.git | C# | 329 lines
                    
1using System;
                    
2using System.IO;
                    
2using System.IO;
                    
3using System.Collections.Generic;
                    
4using System.ComponentModel;
                    
4using System.ComponentModel;
                    
5using System.Data;
                    
6using System.Drawing;
                    
7using System.Windows.Forms;
                    
8using System.Linq;
                    
9using System.Text;
                    
9using System.Text;
                    
10using System.Threading;
                    
11using ImageRecognition;
                    
                
MainWindow.xaml.cs https://bitbucket.org/DOPE_Nykredit/henvendelser-visual-studio.git | C# | 295 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Windows;
                    
7using System.Windows.Controls;
                    
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;
                    
                
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
                    
                
ShareLibrary.cs https://github.com/MPExtended/MPExtended.git | C# | 326 lines
                    
17
                    
18using System;
                    
19using System.Collections;
                    
19using System.Collections;
                    
20using System.Collections.Generic;
                    
21using System.IO;
                    
21using System.IO;
                    
22using System.Linq;
                    
23using System.Text;
                    
23using System.Text;
                    
24using System.Xml.Linq;
                    
25using MPExtended.Libraries.Service;
                    
25using MPExtended.Libraries.Service;
                    
26using MPExtended.Libraries.Service.Util;
                    
27using MPExtended.Services.Common.Interfaces;
                    
                
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;
                    
                
Surface.cs https://github.com/jeff-1amstudios/OpenRA.git | C# | 390 lines
                    
10
                    
11using System;
                    
12using System.Collections.Generic;
                    
12using System.Collections.Generic;
                    
13using System.Drawing;
                    
14using System.Drawing.Imaging;
                    
14using System.Drawing.Imaging;
                    
15using System.Linq;
                    
16using System.Windows.Forms;
                    
16using System.Windows.Forms;
                    
17using OpenRA.FileFormats;
                    
18using OpenRA.Traits;
                    
19
                    
20using SGraphics = System.Drawing.Graphics;
                    
21
                    
                
Setting.cs https://bitbucket.org/huuloc/imaginecup_recyclerobo.git | C# | 249 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using Microsoft.Xna.Framework;
                    
4using Microsoft.Xna.Framework;
                    
5using Microsoft.Xna.Framework.Audio;
                    
6using Microsoft.Xna.Framework.Content;
                    
6using Microsoft.Xna.Framework.Content;
                    
7using Microsoft.Xna.Framework.GamerServices;
                    
8using Microsoft.Xna.Framework.Graphics;
                    
8using Microsoft.Xna.Framework.Graphics;
                    
9using Microsoft.Xna.Framework.Input;
                    
10using Microsoft.Xna.Framework.Media;
                    
11
                    
12using RecycleRobo.Scenes;
                    
13
                    
                
Http.cs https://github.com/Subv/RestSharp.git | C# | 369 lines
                    
16
                    
17using System;
                    
18using System.Collections.Generic;
                    
19using System.IO;
                    
20using System.Linq;
                    
21using System.Net;
                    
21using System.Net;
                    
22using System.Text;
                    
23using RestSharp.Extensions;
                    
265		{
                    
266			using (webResponse)
                    
267			{
                    
314		/// <summary>
                    
315		/// Converts a byte array to a string, using its byte order mark to convert it to the right encoding.
                    
316		/// http://www.shrinkrays.net/code-snippets/csharp/an-extension-method-for-converting-a-byte-array-to-a-string.aspx
                    
                
widget.ascx.cs https://github.com/digitalpacman/SadPanda.git | C# | 345 lines
                    
8{
                    
9    using System;
                    
10    using System.Collections.Generic;
                    
11    using System.Globalization;
                    
12    using System.Linq;
                    
13    using System.Web;
                    
13    using System.Web;
                    
14    using System.Web.UI.WebControls;
                    
15
                    
15
                    
16    using App_Code.Controls;
                    
17
                    
17
                    
18    using BlogEngine.Core;
                    
19
                    
                
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;
                    
                
HomeController.cs https://github.com/PureKrome/RavenOverflow.git | C# | 292 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web.Mvc;
                    
4using System.Web.Mvc;
                    
5using CuttingEdge.Conditions;
                    
6using Raven.Abstractions.Data;
                    
6using Raven.Abstractions.Data;
                    
7using Raven.Client;
                    
8using Raven.Client.Linq;
                    
8using Raven.Client.Linq;
                    
9using RavenOverflow.Core.Entities;
                    
10using RavenOverflow.Core.Extensions;
                    
10using RavenOverflow.Core.Extensions;
                    
11using RavenOverflow.Core.Filters;
                    
12using RavenOverflow.Web.Models.ViewModels;
                    
                
DataControlNews.cs https://github.com/spirit-fhs/wp7.git | C# | 281 lines
                    
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;
                    
10using System.Windows.Shapes;
                    
11using System.Windows.Threading;
                    
12
                    
14using System.Collections.Generic;
                    
15using System.Linq;
                    
16//from Models
                    
                
MongoCollectionExtensions.cs https://github.com/spitnquit/NoRM.git | C# | 230 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Norm.Collections;
                    
6using System.Linq.Expressions;
                    
6using System.Linq.Expressions;
                    
7using Norm.BSON;
                    
8using Norm.Configuration;
                    
8using Norm.Configuration;
                    
9using Norm.Protocol.Messages;
                    
10using Norm.Linq;
                    
10using Norm.Linq;
                    
11using Norm.Commands.Modifiers;
                    
12
                    
                
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
                    
                
WorkflowTypeBag.cs https://github.com/SparkDevNetwork/Rock.git | C# | 270 lines
                    
24using System;
                    
25using System.Linq;
                    
26
                    
26
                    
27using Rock.ViewModels.Utility;
                    
28
                    
                
Guide.cs https://github.com/daveee/MonoGame.git | C# | 375 lines
                    
33code form, you may only do so under a license that complies with this license.
                    
34(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees
                    
35or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent
                    
40
                    
41#region Using clause
                    
42using System;
                    
42using System;
                    
43using System.Collections;
                    
44using System.Collections.Generic;
                    
44using System.Collections.Generic;
                    
45using System.Linq;
                    
46using System.Threading;
                    
46using System.Threading;
                    
47using System.Runtime.Remoting.Messaging;
                    
48
                    
                
FA1B75_UICfg_script.cs https://bitbucket.org/kumarvvr/data-acquisition-systems.git | C# | 279 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Xml;
                    
6using System.IO;
                    
6using System.IO;
                    
7using System.Windows.Forms;
                    
8using BHEL.PUMPSDAS.Datatypes;
                    
                
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
                    
                
UserMigration.cs https://github.com/openmetaversefoundation/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                {
                    
                
WhereClauseExpressionTreeVisitor.cs https://github.com/jwcarroll/LinqToExcel.git | C# | 269 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Remotion.Data.Linq.Parsing;
                    
6using System.Data.OleDb;
                    
6using System.Data.OleDb;
                    
7using System.Linq.Expressions;
                    
8using LinqToExcel.Extensions;
                    
8using LinqToExcel.Extensions;
                    
9using Remotion.Data.Linq.Clauses.Expressions;
                    
10
                    
259                else
                    
260                    throw new ArgumentException("Can only use column indexes in WHERE clause when using WorksheetNoHeader");
                    
261            }
                    
                
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.
                    
                
StateMenu.cs https://bitbucket.org/phunter95/basketdefense.git | C# | 322 lines
                    
6
                    
7using System;
                    
8using System.Collections.Generic;
                    
8using System.Collections.Generic;
                    
9using System.Linq;
                    
10using System.Text;
                    
10using System.Text;
                    
11using Microsoft.Xna.Framework.Graphics;
                    
12using Microsoft.Xna.Framework;
                    
12using Microsoft.Xna.Framework;
                    
13using Microsoft.Xna.Framework.Input;
                    
14using System.Net;
                    
14using System.Net;
                    
15using BasketDefenseEditor;
                    
16
                    
                
Controller.cs https://bitbucket.org/realhidden/multimediaeval.git | C# | 291 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;
                    
34        {
                    
35			using (StreamWriter writer = new StreamWriter(OutputDirectory + Separator + locationName + ".out", false))
                    
36            {
                    
274
                    
275            using (StreamReader oStreamReader = new StreamReader(File.OpenRead(filePath)))
                    
276            {
                    
                
JpegFrame.cs https://github.com/kurtpayne/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
                    
                
Program.cs https://bitbucket.org/liflg/library-sdl2-mixer.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
                    
                
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;
                    
                
TagMatchingHeuristics.cs https://bitbucket.org/WscriChy/vim-configuration.git | C# | 352 lines
                    
19using System;
                    
20using System.Linq;
                    
21using System.Collections.Generic;
                    
21using System.Collections.Generic;
                    
22using System.Diagnostics;
                    
23using System.Threading;
                    
23using System.Threading;
                    
24using ICSharpCode.NRefactory.Editor;
                    
25using ICSharpCode.NRefactory.Utils;
                    
                
GeneticEngine.cs https://github.com/thepowersgang/cits3200.git | C# | 321 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using GeneticAlgorithm.Plugin;
                    
7using GeneticAlgorithm.Plugin.Generic;
                    
11    /// <summary>
                    
12    /// Runs a genetic algorithm using the supplied plug-ins.
                    
13    /// </summary>
                    
156        /// <summary>
                    
157        /// Reset the genetic engine by setting the generation count to 0 and using the populator plug-in
                    
158        /// to generate a new initial population 
                    
                
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;
                    
                
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
                    
                
QuadTree.cs https://github.com/primax/WCell.git | C# | 331 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Diagnostics;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using WCell.Constants;
                    
7using WCell.Util.Graphics;
                    
                
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>
                    
                
CecilRocks.cs https://github.com/hollow87/mono.git | C# | 518 lines
                    
28
                    
29using System;
                    
30using System.Collections.Generic;
                    
30using System.Collections.Generic;
                    
31using System.Linq;
                    
32
                    
32
                    
33using Mono.Cecil;
                    
34using Mono.Cecil.Cil;
                    
                
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");
                    
                
TestInheritanceWithConcreteBaseClass.cs https://github.com/nikunjdhawan/mongodb-csharp.git | C# | 276 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using NUnit.Framework;
                    
6
                    
63        [Test]
                    
64        public void Should_persist_discriminator_using_base_class_collection()
                    
65        {
                    
78        [Test]
                    
79        public void Should_persist_discriminator_using_inherited_class_collection()
                    
80        {
                    
242        [Test]
                    
243        public void Should_get_correct_count_with_base_class_collection_using_linq()
                    
244        {
                    
                
FakePackageTests.cs https://github.com/iainlane/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);
                    
                
 

Source

Language