PageRenderTime 724ms queryTime 124ms sortTime 112ms getByIdsTime 24ms findMatchingLines 52ms

100+ results results for 'using System.Linq; repo:suhas_28/sharpfellows.toolkit' (724 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;
                    
                
VisualStudioInstance.cs https://gitlab.com/SplatoonModdingHub/PTVS | C# | 332 lines
                    
17using System;
                    
18using System.Collections.Generic;
                    
19using System.IO;
                    
19using System.IO;
                    
20using System.Linq;
                    
21using System.Windows.Automation;
                    
22using System.Windows.Input;
                    
23using EnvDTE;
                    
24using Microsoft.VisualStudio.Shell;
                    
24using Microsoft.VisualStudio.Shell;
                    
25using Microsoft.VisualStudio.Shell.Interop;
                    
26using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
26using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
27using Microsoft.VisualStudioTools.VSTestHost;
                    
28using TestUtilities.SharedProject;
                    
                
FlowEngine.cs https://gitlab.com/justbediego/Isaap | C# | 248 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6using Automation.DataAccess;
                    
6using Automation.DataAccess;
                    
7using Automation.Model;
                    
8using System.Data.Entity;
                    
8using System.Data.Entity;
                    
9using Automation.Model.Exception;
                    
10
                    
                
IssueView.cs https://gitlab.com/jslee1/CodeHub | C# | 251 lines
                    
1using System;
                    
2using CodeHub.Core.ViewModels.Issues;
                    
3using UIKit;
                    
4using CodeHub.iOS.ViewControllers;
                    
5using CodeHub.iOS.Utilities;
                    
6using CodeHub.iOS.DialogElements;
                    
7using System.Linq;
                    
8using System.Collections.Generic;
                    
8using System.Collections.Generic;
                    
9using Humanizer;
                    
10using CodeHub.iOS.ViewControllers.Repositories;
                    
10using CodeHub.iOS.ViewControllers.Repositories;
                    
11using CodeHub.iOS.Services;
                    
12using System.Reactive.Linq;
                    
12using System.Reactive.Linq;
                    
13using ReactiveUI;
                    
14using CodeHub.iOS.WebViews;
                    
                
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>
                    
                
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
                    
                
ObservationVariable.cs https://gitlab.com/GRIN-Global/GRIN-Global-server | C# | 137 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
                    
                
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;
                    
                
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;
                    
                
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;
                    
                
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
                    
                
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;
                    
                
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
                    
                
TypeUtilities.cs https://gitlab.com/kush/Avalonia | C# | 339 lines
                    
3
                    
4using System;
                    
5using System.Globalization;
                    
5using System.Globalization;
                    
6using System.Linq;
                    
7using System.Reflection;
                    
204        /// <summary>
                    
205        /// Try to convert a value to a type using the implicit conversions allowed by the C#
                    
206        /// language.
                    
282        /// <summary>
                    
283        /// Convert a value to a type using the implicit conversions allowed by the C# language or
                    
284        /// return the default for the type if the value could not be converted.
                    
                
Jira.cs https://gitlab.com/billyprice1/ShareX | C# | 293 lines
                    
28using Newtonsoft.Json;
                    
29using ShareX.UploadersLib.Properties;
                    
30using System;
                    
30using System;
                    
31using System.Collections.Generic;
                    
32using System.Collections.Specialized;
                    
32using System.Collections.Specialized;
                    
33using System.Drawing;
                    
34using System.IO;
                    
34using System.IO;
                    
35using System.Linq;
                    
36using System.Reflection;
                    
37using System.Security.Cryptography.X509Certificates;
                    
38using System.Text;
                    
39using System.Windows.Forms;
                    
                
DiagnosticTestUtilities.cs https://gitlab.com/sharadag/Roslyn | C# | 229 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Linq;
                    
6using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
6using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
7using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
8using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
                    
8using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
                    
9using Microsoft.CodeAnalysis.Test.Utilities;
                    
10using Roslyn.Utilities;
                    
10using Roslyn.Utilities;
                    
11using Xunit;
                    
12
                    
                
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>
                    
                
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;
                    
                
UserTests.cs https://gitlab.com/dvanwinkle/ZendeskApi_v2 | C# | 303 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Diagnostics;
                    
4using System.IO;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Text;
                    
6using System.Text;
                    
7using System.Threading;
                    
8using NUnit.Framework;
                    
8using NUnit.Framework;
                    
9using ZendeskApi_v2;
                    
10using ZendeskApi_v2.Models.Constants;
                    
10using ZendeskApi_v2.Models.Constants;
                    
11using ZendeskApi_v2.Models.Shared;
                    
12using ZendeskApi_v2.Models.Tickets;
                    
                
CrefCompletionProvider.cs https://gitlab.com/sharadag/TestProject2 | C# | 238 lines
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Threading;
                    
5using System.Threading;
                    
6using System.Threading.Tasks;
                    
7using Microsoft.CodeAnalysis.Completion;
                    
8using Microsoft.CodeAnalysis.Completion.Providers;
                    
9using Microsoft.CodeAnalysis.CSharp.Extensions;
                    
10using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
10using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
11using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
12using Microsoft.CodeAnalysis.Options;
                    
12using Microsoft.CodeAnalysis.Options;
                    
13using Microsoft.CodeAnalysis.Shared.Extensions;
                    
14using Microsoft.CodeAnalysis.Text;
                    
                
FindReferencesTests.cs https://gitlab.com/sharadag/TestProject2 | C# | 285 lines
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using Microsoft.CodeAnalysis;
                    
5using Microsoft.CodeAnalysis;
                    
6using Microsoft.CodeAnalysis.CSharp;
                    
7using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
7using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
8using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
9using Microsoft.CodeAnalysis.FindSymbols;
                    
10using Microsoft.CodeAnalysis.Text;
                    
11using Roslyn.Test.Utilities;
                    
12using Xunit;
                    
145
                    
146using System;
                    
147using System.Collections;
                    
                
ContainerConfiguration.cs https://gitlab.com/0072016/0072016-corefx- | C# | 221 lines
                    
4
                    
5using System.Collections.Generic;
                    
6using System.Composition.Convention;
                    
6using System.Composition.Convention;
                    
7using System.Composition.Debugging;
                    
8using System.Composition.Hosting.Core;
                    
8using System.Composition.Hosting.Core;
                    
9using System.Composition.TypedParts;
                    
10using System.Composition.TypedParts.Util;
                    
11using System.Diagnostics;
                    
12using System.Linq;
                    
13using System.Reflection;
                    
58        /// <summary>
                    
59        /// Add conventions defined using a <see cref="AttributedModelProvider"/> to the container.
                    
60        /// These will be used as the default conventions; types and assemblies added with a
                    
                
ActionTranslator.cs https://gitlab.com/swak/UltimaXNA | C# | 323 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using UltimaXNA.Ultima.Data;
                    
6using UltimaXNA.Core.Diagnostics.Tracing;
                    
6using UltimaXNA.Core.Diagnostics.Tracing;
                    
7using UltimaXNA.Ultima.World.Entities.Items.Containers;
                    
8
                    
                
ManageController.cs https://gitlab.com/codeboard/surveyTools | C# | 387 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
5using System.Web.Mvc;
                    
6using Microsoft.AspNet.Identity;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
8using Microsoft.Owin.Security;
                    
9using SurveyTool.Models;
                    
                
FixAllContext.DiagnosticProvider.cs https://gitlab.com/sharadag/Roslyn | C# | 212 lines
                    
2
                    
3using System;
                    
4using System.Collections.Concurrent;
                    
4using System.Collections.Concurrent;
                    
5using System.Collections.Generic;
                    
6using System.Collections.Immutable;
                    
6using System.Collections.Immutable;
                    
7using System.Linq;
                    
8using System.Threading;
                    
8using System.Threading;
                    
9using System.Threading.Tasks;
                    
10using Microsoft.CodeAnalysis.GeneratedCodeRecognition;
                    
10using Microsoft.CodeAnalysis.GeneratedCodeRecognition;
                    
11using Microsoft.CodeAnalysis.Internal.Log;
                    
12using Microsoft.CodeAnalysis.Shared.Utilities;
                    
                
SfbFileSystem.cs https://gitlab.com/cygnusfear/bucketpreviewer | C# | 563 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Diagnostics;
                    
4using System.IO;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Text.RegularExpressions;
                    
6using System.Text.RegularExpressions;
                    
7using System.Threading;
                    
8using SimpleJSON;
                    
8using SimpleJSON;
                    
9using Debug = UnityEngine.Debug;
                    
10
                    
                
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;
                    
                
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;
                    
                
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;
                    
                
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;
                    
                
media-services-telemetry.md https://gitlab.com/yeah568/azure-content | Markdown | 236 lines
                    
16
                    
17This topic shows how to enable telemetry for the specified AMS services and how to query the metrics using .NET.  
                    
18
                    
90		
                    
91	using System;
                    
92	using System.Collections.Generic;
                    
93	using System.Configuration;
                    
94	using System.Linq;
                    
95	using Microsoft.WindowsAzure.MediaServices.Client;
                    
                
ServiceTests.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 302 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Net;
                    
3using System.Net;
                    
4using System.Net.Http;
                    
5using System.Threading;
                    
5using System.Threading;
                    
6using System.Threading.Tasks;
                    
7using Flurl;
                    
60        {
                    
61            using (var httpTest = new HttpTest())
                    
62            {
                    
104        {
                    
105            using (var httpTest = new HttpTest())
                    
106            {
                    
                
CashBook.cs https://gitlab.com/deicon/Lean | C# | 300 lines
                    
16
                    
17using System;
                    
18using System.Collections;
                    
19using System.Collections.Generic;
                    
20using System.Linq;
                    
21using System.Text;
                    
21using System.Text;
                    
22using QuantConnect.Data;
                    
23
                    
                
SceneBuilder.cs https://gitlab.com/kush/Avalonia | C# | 400 lines
                    
4using System;
                    
5using System.Linq;
                    
6using Avalonia.Media;
                    
6using Avalonia.Media;
                    
7using Avalonia.Platform;
                    
8using Avalonia.Threading;
                    
8using Avalonia.Threading;
                    
9using Avalonia.VisualTree;
                    
10
                    
26
                    
27            using (var impl = new DeferredDrawingContextImpl(this, scene.Layers))
                    
28            using (var context = new DrawingContext(impl))
                    
69
                    
70                        using (var impl = new DeferredDrawingContextImpl(this, scene.Layers))
                    
71                        using (var context = new DrawingContext(impl))
                    
                
ManageController.cs https://gitlab.com/ania_ptr/PROJEKT_ZTI | C# | 387 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
5using System.Web.Mvc;
                    
6using Microsoft.AspNet.Identity;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
8using Microsoft.Owin.Security;
                    
9using Repozytorium.Models;
                    
                
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
                    
                
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;
                    
                
ExpenseTrackerRepository.cs https://gitlab.com/arif2009/Building-and-Securing-a-RESTful-API-for-Multiple-Clients-in-ASP.NET | C# | 299 lines
                    
1using ExpenseTracker.Repository.Entities;
                    
2using System;
                    
2using System;
                    
3using System.Collections.Generic;
                    
4using System.Data.Entity;
                    
5using System.Data.Entity.Infrastructure;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Threading.Tasks;
                    
9
                    
29            // 
                    
30            // We don't want that, so we turn it off.  We want to eagerly load them (using Include)
                    
31            // manually.
                    
                
CreateServerRequest.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 166 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections.Generic;
                    
4    using System.Collections.Generic;
                    
5    using System.Linq;
                    
6    using net.openstack.Core.Domain;
                    
6    using net.openstack.Core.Domain;
                    
7    using Newtonsoft.Json;
                    
8
                    
                
BotUtil.cs http://encog-cs.googlecode.com/svn/trunk/ | C# | 324 lines
                    
30#if !SILVERLIGHT
                    
31using System;
                    
32using System.Collections.Generic;
                    
32using System.Collections.Generic;
                    
33using System.Linq;
                    
34using System.Text;
                    
34using System.Text;
                    
35using System.IO;
                    
36using System.Net;
                    
36using System.Net;
                    
37using Encog.Util.HTTP;
                    
38using log4net;
                    
38using log4net;
                    
39using Encog.Util;
                    
40
                    
                
ManageController.cs https://gitlab.com/dariuchizz/Seguridad | C# | 389 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
5using System.Web.Mvc;
                    
6using Microsoft.AspNet.Identity;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
8using Microsoft.Owin.Security;
                    
9using SeguridadCiudadana.Ftd.Presentation.Web.Models;
                    
                
TvdbBanner.cs http://grawler.googlecode.com/svn/trunk/ | C# | 335 lines
                    
20
                    
21using System;
                    
22using System.Collections.Generic;
                    
22using System.Collections.Generic;
                    
23using System.Linq;
                    
24using System.Text;
                    
24using System.Text;
                    
25using System.Drawing;
                    
26using System.Net;
                    
26using System.Net;
                    
27using System.IO;
                    
28using System.Threading;
                    
28using System.Threading;
                    
29using TvdbLib.Cache;
                    
30
                    
                
LiteraturQuellenController.cs https://gitlab.com/Ontology/LiteraturquellenController | C# | 381 lines
                    
5using OntologyAppDBConnector;
                    
6using OntologyClasses.BaseClasses;
                    
7using OntoMsg_Module;
                    
7using OntoMsg_Module;
                    
8using OntoMsg_Module.Attributes;
                    
9using OntoMsg_Module.Base;
                    
10using OntoMsg_Module.Models;
                    
11using OntoMsg_Module.Notifications;
                    
12using OntoMsg_Module.StateMachines;
                    
13using OntoMsg_Module.WebSocketServices;
                    
14using OntoWebCore.Factories;
                    
15using System;
                    
16using System.Collections.Generic;
                    
17using System.Linq;
                    
18using System.Reflection;
                    
                
GenericSQLServerDAL.cs https://quickmon.svn.codeplex.com/svn | C# | 325 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Data;
                    
3using System.Data;
                    
4using System.Data.SqlClient;
                    
5using System.Diagnostics;
                    
5using System.Diagnostics;
                    
6using System.Linq;
                    
7using System.Text;
                    
188                    conn.Open();
                    
189                    using (SqlCommand cmnd = new SqlCommand(sql, conn))
                    
190                    {
                    
227            {
                    
228                using (SqlConnection conn = new SqlConnection(connectionString))
                    
229                {
                    
                
DotDensityServerLayerProperties.xaml.cs https://EpiInfo.svn.codeplex.com/svn | C# | 283 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Windows;
                    
6using System.Windows.Controls;
                    
6using System.Windows.Controls;
                    
7using System.Windows.Data;
                    
8using System.Windows.Documents;
                    
8using System.Windows.Documents;
                    
9using System.Windows.Input;
                    
10using System.Windows.Media;
                    
10using System.Windows.Media;
                    
11using System.Windows.Media.Imaging;
                    
12using System.Windows.Navigation;
                    
                
TreeViewInterfaces.cs https://SolutionFramework.svn.codeplex.com/svn | C# | 365 lines
                    
1using System;
                    
2using System.Net;
                    
2using System.Net;
                    
3using System.Windows;
                    
4using System.Windows.Controls;
                    
4using System.Windows.Controls;
                    
5using System.Windows.Documents;
                    
6using System.Windows.Ink;
                    
6using System.Windows.Ink;
                    
7using System.Windows.Input;
                    
8using System.Windows.Media;
                    
8using System.Windows.Media;
                    
9using System.Windows.Media.Animation;
                    
10using System.Windows.Shapes;
                    
11using System.Collections.Generic;
                    
12using System.Linq;
                    
13using System.Diagnostics;
                    
                
EnumerableJSVisualizer.cs https://RapidDevBookCode.svn.codeplex.com/svn | C# | 240 lines
                    
5using System.Collections.Generic;
                    
6using System.Collections.Specialized;
                    
7using System.ComponentModel;
                    
7using System.ComponentModel;
                    
8using System.Configuration;
                    
9using System.Data;
                    
9using System.Data;
                    
10using System.Diagnostics;
                    
11using System.IO;
                    
11using System.IO;
                    
12using System.Linq;
                    
13using System.Linq.Dynamic;
                    
20using Newtonsoft.Json;
                    
21using Newtonsoft.Json.Converters;
                    
22using Newtonsoft.Json.Linq;
                    
                
QueryInstance.cs https://quickmon.svn.codeplex.com/svn | C# | 281 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Data;
                    
6using System.Data.SqlClient;
                    
126            {
                    
127                using (SqlCommand cmnd = new SqlCommand(SummaryQuery, conn))
                    
128                {
                    
130                    cmnd.CommandTimeout = cmndTimeOut;
                    
131                    using (SqlDataReader r = cmnd.ExecuteReader())
                    
132                    {
                    
153            {
                    
154                using (SqlCommand cmnd = new SqlCommand(SummaryQuery, conn))
                    
155                {
                    
                
IDeviateGenerator.cs https://metanumerics.svn.codeplex.com/svn | C# | 319 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
206
                    
207            // pick a random point within the unit semicircle using rejection
                    
208            double x, y;
                    
220
                    
221    // Using these rejection-based gamma generators is about six times faster than evaluating the inverse CDF.
                    
222
                    
                
PermissionCheckerExtensions.cs https://gitlab.com/chenzhuo/abpMirror | C# | 267 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using Abp.Collections.Extensions;
                    
5using Abp.Dependency;
                    
5using Abp.Dependency;
                    
6using Abp.Localization;
                    
7using Abp.Threading;
                    
237            var iocManager = (permissionChecker as IIocManagerAccessor).IocManager;
                    
238            using (var localizationManager = iocManager.ResolveAsDisposable<ILocalizationManager>())
                    
239            {
                    
251            var iocManager = (permissionChecker as IIocManagerAccessor).IocManager;
                    
252            using (var localizationContext = iocManager.ResolveAsDisposable<ILocalizationContext>())
                    
253            {
                    
                
ICoreAmazonS3.cs https://gitlab.com/github-cloud-corp/aws-sdk-unity | C# | 286 lines
                    
18//
                    
19using System;
                    
20using System.Collections.Generic;
                    
21using System.IO;
                    
22using System.Linq;
                    
23using System.Text;
                    
23using System.Text;
                    
24using System.Threading;
                    
25#if AWS_ASYNC_API
                    
25#if AWS_ASYNC_API
                    
26using System.Threading.Tasks;
                    
27#endif
                    
                
fac_venta.cs https://gitlab.com/makintosh/Farmacia | C# | 334 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Data.OleDb;
                    
6using System.Data;
                    
6using System.Data;
                    
7using fabisa.Conexion;
                    
8using Npgsql;
                    
8using Npgsql;
                    
9using System.Windows.Forms;
                    
10
                    
                
NoteDetector.cs https://gitlab.com/banana-beats/banana-beats | C# | 245 lines
                    
1using UnityEngine;
                    
2using System;
                    
2using System;
                    
3using System.Collections;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Linq;
                    
6
                    
                
Inflections.cs https://github.com/jdaigle/Centro.git | C# | 271 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text.RegularExpressions;
                    
4using System.Text.RegularExpressions;
                    
5using Centro.Extensions;
                    
6
                    
                
ManageController.cs https://gitlab.com/danielc103/AngularjsBT | C# | 387 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Threading.Tasks;
                    
3using System.Threading.Tasks;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
5using System.Web.Mvc;
                    
6using Microsoft.AspNet.Identity;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
7using Microsoft.AspNet.Identity.Owin;
                    
8using Microsoft.Owin.Security;
                    
9using AngularBT.Models;
                    
                
PublicIPTests.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 312 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Net;
                    
3using System.Net;
                    
4using Newtonsoft.Json.Linq;
                    
5using Rackspace.Synchronous;
                    
5using Rackspace.Synchronous;
                    
6using Rackspace.Testing;
                    
7using Xunit;
                    
75        {
                    
76            using (var httpTest = new HttpTest())
                    
77            {
                    
111        {
                    
112            using (var httpTest = new HttpTest())
                    
113            {
                    
                
GetBatchJobScheduleCommandTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 228 lines
                    
15using Microsoft.Azure.Batch;
                    
16using Microsoft.Azure.Batch.Protocol;
                    
17using Microsoft.Azure.Commands.Batch.Models;
                    
17using Microsoft.Azure.Commands.Batch.Models;
                    
18using Microsoft.Rest.Azure;
                    
19using Microsoft.WindowsAzure.Commands.ScenarioTest;
                    
20using Moq;
                    
21using System;
                    
22using System.Collections.Generic;
                    
22using System.Collections.Generic;
                    
23using System.Linq;
                    
24using System.Management.Automation;
                    
24using System.Management.Automation;
                    
25using System.Threading.Tasks;
                    
26using Xunit;
                    
                
MainForm.cs http://libwp7n2012.googlecode.com/svn/trunk/ | C# | 388 lines
                    
1using System;
                    
2using System.Drawing;
                    
2using System.Drawing;
                    
3using System.Windows.Forms;
                    
4using System.Collections;
                    
4using System.Collections;
                    
5using System.Linq;
                    
6
                    
                
SuspendJob.cs https://gitlab.com/unofficial-mirrors/PowerShell | C# | 365 lines
                    
3
                    
4using System;
                    
5using System.Collections.Generic;
                    
5using System.Collections.Generic;
                    
6using System.ComponentModel;
                    
7using System.Diagnostics.CodeAnalysis;
                    
7using System.Diagnostics.CodeAnalysis;
                    
8using System.Linq;
                    
9using System.Management.Automation;
                    
9using System.Management.Automation;
                    
10using System.Management.Automation.Remoting;
                    
11using System.Threading;
                    
                
AnalysisTest.Perf.cs https://gitlab.com/SplatoonModdingHub/PTVS | C# | 340 lines
                    
17using System;
                    
18using System.Collections.Generic;
                    
19using System.Diagnostics;
                    
20using System.IO;
                    
21using System.Linq;
                    
22using System.Text;
                    
22using System.Text;
                    
23using System.Threading;
                    
24using Microsoft.PythonTools.Analysis;
                    
24using Microsoft.PythonTools.Analysis;
                    
25using Microsoft.PythonTools.Infrastructure;
                    
26using Microsoft.PythonTools.Intellisense;
                    
26using Microsoft.PythonTools.Intellisense;
                    
27using Microsoft.PythonTools.Interpreter;
                    
28using Microsoft.PythonTools.Parsing;
                    
                
SymbolKey.cs https://gitlab.com/sharadag/TestProject2 | C# | 293 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
5using System.Collections.Immutable;
                    
6using System.Linq;
                    
7using System.Threading;
                    
7using System.Threading;
                    
8using Microsoft.CodeAnalysis.Shared.Utilities;
                    
9using Microsoft.CodeAnalysis.Text;
                    
9using Microsoft.CodeAnalysis.Text;
                    
10using Roslyn.Utilities;
                    
11
                    
                
AliasSymbol.cs https://gitlab.com/sharadag/Roslyn | C# | 385 lines
                    
2
                    
3using System.Collections.Immutable;
                    
4using System.Diagnostics;
                    
4using System.Diagnostics;
                    
5using System.Linq;
                    
6using System.Threading;
                    
6using System.Threading;
                    
7using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
8using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
8using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
9using Roslyn.Utilities;
                    
10
                    
13    /// <summary>
                    
14    /// Symbol representing a using alias appearing in a compilation unit or within a namespace
                    
15    /// declaration. Generally speaking, these symbols do not appear in the set of symbols reachable
                    
                
User.cs https://higlabonet.svn.codeplex.com/svn | C# | 360 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Newtonsoft.Json;
                    
6using HigLabo.Net;
                    
6using HigLabo.Net;
                    
7using HigLabo.Net.Extensions;
                    
8
                    
                
SqlDatabaseNotifierEditConfig.cs https://quickmon.svn.codeplex.com/svn | C# | 208 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Data.SqlClient;
                    
6using System.Drawing;
                    
7using System.Linq;
                    
8using System.Text;
                    
8using System.Text;
                    
9using System.Windows.Forms;
                    
10using QuickMon.Forms;
                    
104                lastStep = "Opening connection";
                    
105                using (SqlConnection conn = new SqlConnection(connStr))
                    
106                {
                    
134
                    
135                    using (SqlCommand cmnd = new SqlCommand(sql, conn))
                    
136                    {
                    
                
raytracer.cs https://gitlab.com/CurC/dattracer | C# | 267 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6using OpenTK;
                    
                
OtherStuff.cs https://gitlab.com/seckmaster/LevelDesigner | C# | 162 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.ComponentModel;
                    
6using System.Drawing;
                    
6using System.Drawing;
                    
7using System.Windows.Forms;
                    
8using System.Drawing.Drawing2D;
                    
                
SetAzureVMChefExtension.cs https://gitlab.com/jslee1/azure-powershell | C# | 301 lines
                    
14using System.Management.Automation;
                    
15using System.Linq;
                    
16using System;
                    
16using System;
                    
17using System.IO;
                    
18using System.Text.RegularExpressions;
                    
18using System.Text.RegularExpressions;
                    
19using Microsoft.WindowsAzure.Commands.ServiceManagement;
                    
20using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
20using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
21using Microsoft.WindowsAzure.Commands.ServiceManagement.Helpers;
                    
22using Microsoft.WindowsAzure.Management.Compute;
                    
148
                    
149            // form validation client name using organization name.
                    
150            if (!IsOrganizationNameEmpty)
                    
                
ControllerHub.cs https://gitlab.com/scgitlab/SignalR | C# | 316 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Diagnostics;
                    
6using System.IO;
                    
6using System.IO;
                    
7using System.Linq;
                    
8using System.Threading;
                    
8using System.Threading;
                    
9using System.Threading.Tasks;
                    
10using Microsoft.AspNet.SignalR.Hubs;
                    
10using Microsoft.AspNet.SignalR.Hubs;
                    
11using Microsoft.Owin.Hosting;
                    
12using Owin;
                    
                
AddHDInsightConfigValuesCommandTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 228 lines
                    
15using System;
                    
16using System.Linq;
                    
17using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
17using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
18using Microsoft.WindowsAzure.Commands.Test.HDInsight.CmdLetTests;
                    
19using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.Commands.CommandInterfaces;
                    
19using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.Commands.CommandInterfaces;
                    
20using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.DataObjects;
                    
21using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.GetAzureHDInsightClusters;
                    
21using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.GetAzureHDInsightClusters;
                    
22using Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.ServiceLocation;
                    
23
                    
                
SetAzureVMCustomScriptExtension.cs https://gitlab.com/jslee1/azure-powershell | C# | 260 lines
                    
15using System;
                    
16using System.Linq;
                    
17using System.Management.Automation;
                    
17using System.Management.Automation;
                    
18using Microsoft.Azure.Commands.Common.Authentication.Models;
                    
19using Microsoft.WindowsAzure.Commands.Common;
                    
19using Microsoft.WindowsAzure.Commands.Common;
                    
20using Microsoft.WindowsAzure.Commands.ServiceManagement.Common;
                    
21using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
21using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
22using Microsoft.WindowsAzure.Commands.ServiceManagement.Properties;
                    
23using Microsoft.WindowsAzure.Management.Storage;
                    
23using Microsoft.WindowsAzure.Management.Storage;
                    
24using Microsoft.WindowsAzure.Storage;
                    
25using Microsoft.WindowsAzure.Storage.Auth;
                    
                
Command.cs https://hg01.codeplex.com/cul | C# | 256 lines
                    
21
                    
22#region Usings
                    
23using System;
                    
23using System;
                    
24using System.Collections.Generic;
                    
25using System.Data;
                    
26using System.Globalization;
                    
27using System.Linq;
                    
28using Utilities.DataTypes.ExtensionMethods;
                    
28using Utilities.DataTypes.ExtensionMethods;
                    
29using Utilities.SQL.Interfaces;
                    
30using Utilities.SQL.MicroORM.Interfaces;
                    
                
MakeMethodGenericRefactoring.cs https://hg01.codeplex.com/resharperpowertoys | C# | 254 lines
                    
17using System.Collections.Generic;
                    
18using System.Linq;
                    
19using JetBrains.Application.Progress;
                    
19using JetBrains.Application.Progress;
                    
20using JetBrains.ProjectModel;
                    
21using JetBrains.ReSharper.Feature.Services.OverridesSupport;
                    
21using JetBrains.ReSharper.Feature.Services.OverridesSupport;
                    
22using JetBrains.ReSharper.Feature.Services.Refactorings;
                    
23using JetBrains.ReSharper.PowerToys.MakeMethodGeneric.Impl;
                    
24using JetBrains.ReSharper.Psi;
                    
25using JetBrains.ReSharper.Psi.Resolve;
                    
26using JetBrains.ReSharper.Psi.Search;
                    
26using JetBrains.ReSharper.Psi.Search;
                    
27using JetBrains.ReSharper.Psi.Tree;
                    
28using JetBrains.ReSharper.Refactorings.Common;
                    
                
DataInMemory.aspx.cs https://cfx.svn.codeplex.com/svn | C# | 289 lines
                    
19
                    
20#region Using directives
                    
21using System;
                    
22using System.Collections.Generic;
                    
23using System.Linq;
                    
24using System.Web;
                    
24using System.Web;
                    
25using System.Web.UI;
                    
26using System.Web.UI.WebControls;
                    
26using System.Web.UI.WebControls;
                    
27using System.Data;
                    
28#endregion Using directives
                    
                
LevelGenerator.cs http://ap222cb.googlecode.com/svn/trunk/ | C# | 217 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.Xna.Framework;
                    
6
                    
48            string line;
                    
49            using (System.IO.StreamReader file = new System.IO.StreamReader(levelTextFileName))
                    
50            {
                    
                
Attributes.cs https://gitlab.com/vectorci/aws-sdk-net | C# | 396 lines
                    
16using System;
                    
17using System.Linq;
                    
18
                    
                
frm_proveedor.cs https://gitlab.com/makintosh/Farmacia | C# | 400 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Windows.Forms;
                    
9using fabisa.Aplicacion;
                    
9using fabisa.Aplicacion;
                    
10using System.Data.OleDb;
                    
11
                    
                
ConfigurationElementCollection.Silverlight.cs https://entlib.svn.codeplex.com/svn | C# | 231 lines
                    
11
                    
12using System;
                    
13using System.Collections.Generic;
                    
13using System.Collections.Generic;
                    
14using System.Linq;
                    
15using System.Collections;
                    
15using System.Collections;
                    
16using Microsoft.Practices.EnterpriseLibrary.Common.Properties;
                    
17
                    
                
CryptographySettings.cs https://entlib.svn.codeplex.com/svn | C# | 210 lines
                    
11
                    
12using System;
                    
13using System.Collections.Generic;
                    
14using System.Configuration;
                    
15using System.Linq;
                    
16using Microsoft.Practices.EnterpriseLibrary.Common.Configuration;
                    
16using Microsoft.Practices.EnterpriseLibrary.Common.Configuration;
                    
17using Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel;
                    
18using Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.Configuration;
                    
18using Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.Configuration;
                    
19using Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Instrumentation;
                    
20using Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design;
                    
                
DataObject.cs https://gitlab.com/kush/Avalonia | C# | 359 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Runtime.InteropServices;
                    
5using System.Runtime.InteropServices;
                    
6using System.Runtime.InteropServices.ComTypes;
                    
7using System.Runtime.Serialization.Formatters.Binary;
                    
7using System.Runtime.Serialization.Formatters.Binary;
                    
8using Avalonia.Input;
                    
9using Avalonia.Win32.Interop;
                    
9using Avalonia.Win32.Interop;
                    
10using IDataObject = Avalonia.Input.IDataObject;
                    
11
                    
270        {
                    
271            using (var ms = new MemoryStream())
                    
272            {
                    
                
ModuleManager.cs https://prism.svn.codeplex.com/svn | C# | 254 lines
                    
16//===================================================================================
                    
17using System;
                    
18using System.Collections.Generic;
                    
19using System.Globalization;
                    
20using System.Linq;
                    
21using Microsoft.Practices.Composite.Logging;
                    
21using Microsoft.Practices.Composite.Logging;
                    
22using Microsoft.Practices.Composite.Properties;
                    
23
                    
115        /// Handles any exception ocurred in the module typeloading process,
                    
116        /// logs the error using the <seealso cref="ILoggerFacade"/> and throws a <seealso cref="ModuleTypeLoadingException"/>.
                    
117        /// This method can be overriden to provide a different behavior. 
                    
                
visual_studio.cs git://github.com/openrasta/openwrap.git | C# | 294 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Threading;
                    
7using EnvDTE80;
                    
14using OpenWrap.Commands;
                    
15using OpenWrap.Commands.Cli;
                    
16using OpenWrap.Commands.Cli.Locators;
                    
26using OpenWrap.VisualStudio.Hooks;
                    
27using OpenWrap.VisualStudio.SolutionAddIn;
                    
28using Tests.ProjectModel.drivers.file;
                    
                
ChartUtilities.cs https://gitlab.com/webartoli/repro-lowquality-exporttoimage-radtreeview | C# | 327 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Windows;
                    
6using Telerik.Windows.Controls;
                    
6using Telerik.Windows.Controls;
                    
7using Telerik.Charting;
                    
8using Telerik.Windows.Controls.ChartView;
                    
8using Telerik.Windows.Controls.ChartView;
                    
9using System.Windows.Controls;
                    
10using System.Windows.Media;
                    
                
updateItemsByListview.cs https://efsimplereminder.svn.codeplex.com/svn | C# | 282 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.ComponentModel;
                    
4using System.ComponentModel;
                    
5using System.Linq;
                    
6using System.Text;
                    
6using System.Text;
                    
7using System.Workflow.ComponentModel;
                    
8
                    
8
                    
9using Microsoft.SharePoint;
                    
10using Microsoft.SharePoint.Workflow;
                    
10using Microsoft.SharePoint.Workflow;
                    
11using Microsoft.SharePoint.WorkflowActions;
                    
12
                    
                
ClusterUndoItem.cs https://gitlab.com/Tiger66639/neural_network_designer | C# | 275 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using NeuralNetworkDesigne.UndoSystem;
                    
6using System.Collections.Specialized;
                    
86         WindowMain.UndoStore.AddCustomUndoItem(iUndo);
                    
87         using (ChildrenAccessor iChildren = Cluster.ChildrenW)
                    
88         {
                    
123         WindowMain.UndoStore.AddCustomUndoItem(iUndo);
                    
124         using (ChildrenAccessor iChildren = Cluster.ChildrenW)
                    
125         {
                    
142         WindowMain.UndoStore.AddCustomUndoItem(iUndo);
                    
143         using (ChildrenAccessor iChildren = Cluster.ChildrenW)
                    
144            iChildren.Clear();
                    
                
Form1.cs https://gitlab.com/sheminusminus/datadesign | C# | 298 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Threading.Tasks;
                    
9using System.Windows.Forms;
                    
11// the idea was to get the calendar to update from my CalendarEvents database,
                    
12// based on the user's selection. you'll find my attempt to do this using
                    
13// Entity Framework below, in the AllEvents() method. 
                    
45
                    
46            using (var cxt = new CalendarEventsEntities2())
                    
47            {
                    
                
App.xaml.cs https://gitlab.com/yann510/Memory-game | C# | 108 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Runtime.InteropServices.WindowsRuntime;
                    
5using System.Runtime.InteropServices.WindowsRuntime;
                    
6using Windows.ApplicationModel;
                    
7using Windows.ApplicationModel.Activation;
                    
8using Windows.Foundation;
                    
9using Windows.Foundation.Collections;
                    
10using Windows.UI.Xaml;
                    
10using Windows.UI.Xaml;
                    
11using Windows.UI.Xaml.Controls;
                    
12using Windows.UI.Xaml.Controls.Primitives;
                    
                
InterfaceManager.cs http://big-mcgreed.googlecode.com/svn/trunk/ | C# | 291 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Big_McGreed.content.gameinterface.buttons;
                    
6using Microsoft.Xna.Framework.Input;
                    
6using Microsoft.Xna.Framework.Input;
                    
7using Big_McGreed.logic.map;
                    
8using Microsoft.Xna.Framework;
                    
8using Microsoft.Xna.Framework;
                    
9using Big_McGreed.content.gameframe;
                    
10using Microsoft.Xna.Framework.Graphics;
                    
10using Microsoft.Xna.Framework.Graphics;
                    
11using Big_McGreed.content.gameinterface.interfaces;
                    
12
                    
                
SQConditionBase.cs https://seaquail.svn.codeplex.com/svn | C# | 240 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
                
Dashbord.xaml.cs https://ec2bootstrapper.svn.codeplex.com/svn | C# | 319 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Windows;
                    
6using System.Windows.Controls;
                    
6using System.Windows.Controls;
                    
7using System.Windows.Data;
                    
8using System.Windows.Documents;
                    
8using System.Windows.Documents;
                    
9using System.Windows.Input;
                    
10using System.Windows.Media;
                    
10using System.Windows.Media;
                    
11using System.Windows.Media.Imaging;
                    
12using System.Windows.Shapes;
                    
                
ReportedByService.cs https://sugnatech.svn.codeplex.com/svn | C# | 249 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Linq.Dynamic;
                    
6using System.Data.Entity;
                    
6using System.Data.Entity;
                    
7using BugTracker.DataAccess.Data;
                    
8
                    
                
TileMapGenerator.cs https://gitlab.com/SSStormy/cscape-old | C# | 327 lines
                    
1using System;
                    
2using System.Linq;
                    
3using CScapeCache;
                    
3using CScapeCache;
                    
4using CScapeCache.Caches;
                    
5using CScapeCache.Model;
                    
                
BaseCommand.async.cs https://gitlab.com/CORP-RESELLER/aws-sdk-net | C# | 108 lines
                    
15
                    
16using Amazon.S3.Model;
                    
17using System;
                    
17using System;
                    
18using System.Collections.Generic;
                    
19using System.IO;
                    
19using System.IO;
                    
20using System.Linq;
                    
21using System.Text;
                    
21using System.Text;
                    
22using System.Threading;
                    
23using System.Threading.Tasks;
                    
                
Projectile.cs https://gitlab.com/Renegaderobbie/HaloOnlineTagTool | C# | 415 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading.Tasks;
                    
6using HaloOnlineTagTool.Serialization;
                    
                
TestHostProject.cs https://gitlab.com/sharadag/Roslyn | C# | 373 lines
                    
2
                    
3using System;
                    
4using System.Collections.Generic;
                    
5using System.IO;
                    
6using System.Linq;
                    
7using Microsoft.CodeAnalysis;
                    
7using Microsoft.CodeAnalysis;
                    
8using Microsoft.CodeAnalysis.Diagnostics;
                    
9using Microsoft.CodeAnalysis.Host;
                    
9using Microsoft.CodeAnalysis.Host;
                    
10using Microsoft.CodeAnalysis.LanguageServices;
                    
11using Microsoft.CodeAnalysis.Text;
                    
11using Microsoft.CodeAnalysis.Text;
                    
12using Roslyn.Utilities;
                    
13
                    
                
DirectoryService.cs http://coredroidservice.googlecode.com/svn/trunk/ | C# | 297 lines
                    
1using System;
                    
2using System.Linq;
                    
3using CoreDroid.Contract;
                    
3using CoreDroid.Contract;
                    
4using System.Collections.Generic;
                    
5
                    
5
                    
6using DiskDroid.FileSystem.Contract;
                    
7using Mono.Unix.Native;
                    
7using Mono.Unix.Native;
                    
8using System.Text;
                    
9
                    
72				string symlinkPath = null;
                    
73				Stat? usingStat = new Stat ();
                    
74				if (stat.HasValue) {
                    
                
BindingListHelper.cs https://RapidDevBookCode.svn.codeplex.com/svn | C# | 351 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.ComponentModel;
                    
5using System.Data;
                    
6using System.Linq;
                    
7using System.Windows.Forms;
                    
7using System.Windows.Forms;
                    
8using AW.Helper;
                    
9using JesseJohnston;
                    
                
ParsableAttribute.cs https://MSCompBio.svn.codeplex.com/svn | C# | 236 lines
                    
11
                    
12using System;
                    
13using System.Reflection;
                    
13using System.Reflection;
                    
14using Bio.Util;
                    
15using System.Collections.Generic;
                    
16using System.Threading;
                    
17using System.Linq;
                    
18using System.Collections.Concurrent;
                    
                
FrameworkFactoryGenerator.cs git://github.com/signumframework/signumframework.git | C# | 218 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Linq.Expressions;
                    
6using w = System.Windows;
                    
6using w = System.Windows;
                    
7using Signum.Utilities;
                    
8using Signum.Utilities.Reflection;
                    
8using Signum.Utilities.Reflection;
                    
9using System.Reflection;
                    
10using System.Windows.Controls;
                    
10using System.Windows.Controls;
                    
11using Signum.Utilities.ExpressionTrees;
                    
12using System.ComponentModel;
                    
                
ImportingScheme.cs https://mc.svn.codeplex.com/svn | C# | 384 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Diagnostics.Contracts;
                    
6using System.ComponentModel;
                    
6using System.ComponentModel;
                    
7using MCDomain.DataAccess;
                    
8
                    
                
Program.cs https://vlpp.svn.codeplex.com/svn | C# | 260 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Threading.Tasks;
                    
7using System.Xml.Linq;
                    
232
                    
233            using (StreamWriter writer = new StreamWriter(to))
                    
234            {
                    
                
SocialAuthHttpModule.cs http://socialauth-net.googlecode.com/svn/trunk/ | C# | 199 lines
                    
24*/
                    
25using System;
                    
26using System.Collections.Generic;
                    
26using System.Collections.Generic;
                    
27using System.Linq;
                    
28using System.Text;
                    
28using System.Text;
                    
29using System.Web;
                    
30using System.Web.Security;
                    
30using System.Web.Security;
                    
31using System.Web.SessionState;
                    
32using System.Security.Principal;
                    
32using System.Security.Principal;
                    
33using Brickred.SocialAuth.NET.Core.BusinessObjects;
                    
34using System.Text.RegularExpressions;
                    
                
DictionaryWithParentSnapshot.cs git://github.com/ravendb/ravendb.git | C# | 342 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Diagnostics;
                    
4using System.Diagnostics;
                    
5using System.Runtime.CompilerServices;
                    
6using Raven.Imports.Newtonsoft.Json.Linq;
                    
6using Raven.Imports.Newtonsoft.Json.Linq;
                    
7using System.Linq;
                    
8
                    
                
WindowsPhoneDevice.cs https://hg01.codeplex.com/wptools | C# | 363 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.SmartDevice.Connectivity;
                    
6using System.Collections.ObjectModel;
                    
6using System.Collections.ObjectModel;
                    
7using System.ComponentModel;
                    
8using System.Globalization;
                    
8using System.Globalization;
                    
9using Microsoft.SmartDevice.MultiTargeting.Connectivity;
                    
10using Microsoft.SmartDevice.Connectivity.Interface;
                    
10using Microsoft.SmartDevice.Connectivity.Interface;
                    
11using System.Runtime.CompilerServices;
                    
12
                    
                
utilities.cs https://gitlab.com/Rockyspade/Windows-universal-samples | C# | 105 lines
                    
11
                    
12using System;
                    
13using System.Collections.Generic;
                    
13using System.Collections.Generic;
                    
14using System.Linq;
                    
15using System.Text;
                    
15using System.Text;
                    
16using System.Threading.Tasks;
                    
17
                    
17
                    
18using Windows.Devices.Usb;
                    
19using Windows.UI.Xaml;
                    
19using Windows.UI.Xaml;
                    
20using SDKTemplate;
                    
21
                    
                
PropertyController.cs https://hg.codeplex.com/associativy | C# | 231 lines
                    
1using System;
                    
2using System.ComponentModel;
                    
3using System.Globalization;
                    
3using System.Globalization;
                    
4using System.Linq;
                    
5using System.Web.Mvc;
                    
6using Orchard.Data;
                    
7using Orchard.DisplayManagement;
                    
8using Orchard.Forms.Services;
                    
8using Orchard.Forms.Services;
                    
9using Orchard.Localization;
                    
10using Orchard.Projections.Models;
                    
10using Orchard.Projections.Models;
                    
11using Orchard.Projections.Services;
                    
12using Orchard.Projections.ViewModels;
                    
                
AzureSync.cs https://git01.codeplex.com/unisync | C# | 278 lines
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
5using System.Configuration;
                    
6using System.Data.SqlClient;
                    
7using Microsoft.Synchronization.Data;
                    
8using Microsoft.Synchronization.Data.SqlServer;
                    
9using Microsoft.Synchronization;
                    
10using System.Data;
                    
10using System.Data;
                    
11using System.IO;
                    
12
                    
72
                    
73            using (var _sqlServerConn = new SqlConnection(LocalConnectionString))
                    
74            {
                    
                
AbstractOverrideCompletionProvider.ItemGetter.cs https://gitlab.com/sharadag/Roslyn | C# | 218 lines
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Threading;
                    
5using System.Threading;
                    
6using System.Threading.Tasks;
                    
7using Microsoft.CodeAnalysis.Editing;
                    
7using Microsoft.CodeAnalysis.Editing;
                    
8using Microsoft.CodeAnalysis.LanguageServices;
                    
9using Microsoft.CodeAnalysis.Shared.Extensions;
                    
9using Microsoft.CodeAnalysis.Shared.Extensions;
                    
10using Microsoft.CodeAnalysis.Text;
                    
11using Roslyn.Utilities;
                    
                
ActionItemFile.cs https://bitbucket.org/jeffmccommas/acex.git | C# | 236 lines
                    
1
                    
2using CE.InsightsBulk.Infrastructure;
                    
3using CE.InsightsBulk.Infrastructure.DataAccess;
                    
3using CE.InsightsBulk.Infrastructure.DataAccess;
                    
4using CE.InsightsBulk.Infrastructure.Interfaces;
                    
5using CE.InsightsBulk.Infrastructure.SharedClasses;
                    
5using CE.InsightsBulk.Infrastructure.SharedClasses;
                    
6using System;
                    
7using System.Collections.Generic;
                    
7using System.Collections.Generic;
                    
8using System.Globalization;
                    
9using System.IO;
                    
9using System.IO;
                    
10using System.Linq;
                    
11using System.Reflection;
                    
                
Board.cs https://gitlab.com/GordonClanProgramming/Tetr0s | C# | 394 lines
                    
5
                    
6using System;
                    
7using System.Collections.Generic;
                    
7using System.Collections.Generic;
                    
8using System.Linq;
                    
9using System.Text;
                    
9using System.Text;
                    
10using System.Threading.Tasks;
                    
11using System.IO;
                    
11using System.IO;
                    
12using System.Windows.Controls;
                    
13using System.Windows.Media;
                    
                
ContentAnalyzer.cs https://hg01.codeplex.com/extracting | C# | 310 lines
                    
10{
                    
11    using System;
                    
12    using System.Collections.Generic;
                    
12    using System.Collections.Generic;
                    
13    using System.Linq;
                    
14    using DevRain.Data.Extracting;
                    
                
ManageController.cs https://gitlab.com/cili1993/WebPoslovna | 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 WebPoslovna.Models;
                    
                
SDNReport.cs https://asocwii.svn.codeplex.com/svn | C# | 179 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Windows.Forms;
                    
9using Microsoft.Reporting.WinForms;
                    
                
LocalDatabase.cs https://gitlab.com/GRIN-Global/GRIN-Global-Curator-tool | C# | 382 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Data;
                    
6using System.Data.SqlClient;
                    
223                            // This is most likely a lookup column or code_value - so max number of characters is unknown...
                    
224                            columnSQL += "NVARCHAR(440) ";  // using 440 keeps the index size for each column less than the maximum of 900 bytes
                    
225                        }
                    
                
MenuItemServiceAgent.cs https://git01.codeplex.com/xerpdotnet | C# | 275 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Data.Services.Client;
                    
5
                    
6using XERP.Domain.MenuSecurityDomain.MenuSecurityDataService;
                    
7namespace XERP.Domain.MenuSecurityDomain.Services
                    
                
CSharpIndentationService.cs https://gitlab.com/sharadag/TestProject2 | C# | 191 lines
                    
2
                    
3using System.Collections.Generic;
                    
4using System.Composition;
                    
4using System.Composition;
                    
5using System.Linq;
                    
6using System.Threading;
                    
7using Microsoft.CodeAnalysis;
                    
8using Microsoft.CodeAnalysis.CSharp;
                    
9using Microsoft.CodeAnalysis.CSharp.Extensions;
                    
10using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
11using Microsoft.CodeAnalysis.Editor.Implementation.Formatting.Indentation;
                    
12using Microsoft.CodeAnalysis.Editor.Implementation.SmartIndent;
                    
12using Microsoft.CodeAnalysis.Editor.Implementation.SmartIndent;
                    
13using Microsoft.CodeAnalysis.Formatting;
                    
14using Microsoft.CodeAnalysis.Formatting.Rules;
                    
                
AsyncMethodBuilderMemberCollection.cs https://gitlab.com/sharadag/Roslyn | C# | 245 lines
                    
2
                    
3using System.Linq;
                    
4using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
4using Microsoft.CodeAnalysis.CSharp.Symbols;
                    
5using Roslyn.Utilities;
                    
6
                    
                
Transactions.cs git://github.com/ravendb/ravendb.git | C# | 307 lines
                    
6using System;
                    
7using System.Linq;
                    
8using Raven.Abstractions.Data;
                    
10using Raven.Json.Linq;
                    
11using Xunit;
                    
12
                    
72
                    
73			using (var tx = NewTransactionalStorage())
                    
74			{
                    
101
                    
102			using (var tx = NewTransactionalStorage())
                    
103			{
                    
127
                    
128			using (var tx = NewTransactionalStorage())
                    
129			{
                    
                
UserProfile.aspx.cs https://hg01.codeplex.com/bugnet | C# | 247 lines
                    
1using System;
                    
2using System.Globalization;
                    
2using System.Globalization;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Web.Security;
                    
6using System.Web.UI.WebControls;
                    
6using System.Web.UI.WebControls;
                    
7using BugNET.BLL;
                    
8using BugNET.Common;
                    
8using BugNET.Common;
                    
9using BugNET.Entities;
                    
10using BugNET.UserInterfaceLayer;
                    
10using BugNET.UserInterfaceLayer;
                    
11using log4net;
                    
12
                    
                
MiscTests.cs git://github.com/ravendb/ravendb.git | C# | 231 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;
                    
                
MusicSheetsManager.cs http://bsuir-informatics-labs.googlecode.com/svn/trunk/ | C# | 373 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Text;
                    
4using System.Configuration;
                    
4using System.Configuration;
                    
5using System.Linq;
                    
6using Benko.MusicSheetEditor.DAL.Interfaces;
                    
6using Benko.MusicSheetEditor.DAL.Interfaces;
                    
7using Benko.MusicSheetEditor.DAL.Entities;
                    
8using Benko.MusicSheetEditor.DAL.DatabaseBridge;
                    
                
ModularityWithMef.Desktop.test.cs https://prism.svn.codeplex.com/svn | C# | 191 lines
                    
17using System;
                    
18using System.Text;
                    
19using System.Collections.Generic;
                    
19using System.Collections.Generic;
                    
20using System.Linq;
                    
21using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
22using AcceptanceTestLibrary.Common;
                    
23using AcceptanceTestLibrary.Common.Desktop;
                    
24using System.Reflection;
                    
24using System.Reflection;
                    
25using ModularityWithMef.Tests.AcceptanceTest.TestEntities.Page;
                    
26using System.Threading;
                    
26using System.Threading;
                    
27using AcceptanceTestLibrary.TestEntityBase;
                    
28using AcceptanceTestLibrary.ApplicationHelper;
                    
                
GetAzureCertificate.cs https://gitlab.com/jslee1/azure-powershell | C# | 99 lines
                    
15using System;
                    
16using System.Linq;
                    
17using System.Management.Automation;
                    
17using System.Management.Automation;
                    
18using Microsoft.WindowsAzure.Commands.ServiceManagement.Model;
                    
19using Microsoft.WindowsAzure.Commands.ServiceManagement.Properties;
                    
19using Microsoft.WindowsAzure.Commands.ServiceManagement.Properties;
                    
20using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
21using Microsoft.WindowsAzure.Management.Compute.Models;
                    
21using Microsoft.WindowsAzure.Management.Compute.Models;
                    
22using Microsoft.WindowsAzure.Management.Compute;
                    
23
                    
                
Daemon.cs https://github.com/stschake/GitSharp.git | C# | 399 lines
                    
37
                    
38using System;
                    
39using System.Collections.Generic;
                    
40using System.IO;
                    
41using System.Linq;
                    
42using System.Net;
                    
42using System.Net;
                    
43using System.Net.Sockets;
                    
44using System.Runtime.CompilerServices;
                    
44using System.Runtime.CompilerServices;
                    
45using System.Threading;
                    
46
                    
226									{
                    
227										using(NetworkStream stream = new NetworkStream(s))
                    
228										{
                    
                
SqlClientPlugin.cs https://hg01.codeplex.com/blizzard | C# | 268 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Data.SqlClient;
                    
6using System.Data;
                    
                
GoogleEarthKML.cs http://georouting-hyperpath.googlecode.com/svn/ | C# | 234 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Google.KML;
                    
6using ProjNet.CoordinateSystems;
                    
6using ProjNet.CoordinateSystems;
                    
7using Npgsql;
                    
8using System.Data;
                    
8using System.Data;
                    
9using System.IO;
                    
10using ProjNet.CoordinateSystems.Transformations;
                    
40            List<geCoordinates> linepoints = null;
                    
41            using (NpgsqlConnection conn = new NpgsqlConnection(ConnStr))
                    
42            {
                    
                
ScheduleViewHelper_SL.cs https://gitlab.com/webartoli/repro-lowquality-exporttoimage-radtreeview | C# | 318 lines
                    
1using System;
                    
2using System.Collections.ObjectModel;
                    
2using System.Collections.ObjectModel;
                    
3using System.Linq;
                    
4using System.Windows;
                    
4using System.Windows;
                    
5using Telerik.Windows.Controls;
                    
6using Telerik.Windows.Controls.ScheduleView;
                    
                
CalculatedMeasurementBase.cs https://openpdc.svn.codeplex.com/svn | C# | 322 lines
                    
25
                    
26using System;
                    
27using System.Collections.Generic;
                    
28using System.Data;
                    
29using System.Linq;
                    
30using System.Text;
                    
30using System.Text;
                    
31using TimeSeriesFramework;
                    
32using TimeSeriesFramework.Adapters;
                    
                
FaceModel.cs https://gitlab.com/IOException/KinectGame | C# | 182 lines
                    
1using RootSystem = System;
                    
2using System.Linq;
                    
3using System.Collections.Generic;
                    
                
HelpPageConfig.cs https://gitlab.com/UyghurDev/NTextCatAndOwin | C# | 113 lines
                    
4
                    
5using System;
                    
6using System.Collections;
                    
6using System.Collections;
                    
7using System.Collections.Generic;
                    
8using System.Diagnostics;
                    
9using System.Diagnostics.CodeAnalysis;
                    
10using System.Linq;
                    
11using System.Net.Http.Headers;
                    
11using System.Net.Http.Headers;
                    
12using System.Reflection;
                    
13using System.Web;
                    
13using System.Web;
                    
14using System.Web.Http;
                    
15#if Handle_PageResultOfT
                    
                
ValueObject.cs https://gitlab.com/dariuchizz/Seguridad | C# | 134 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Reflection;
                    
6
                    
                
TreeContainerIndex.cs https://gitlab.com/kush/Avalonia | C# | 112 lines
                    
3
                    
4using System;
                    
5using System.Collections.Generic;
                    
5using System.Collections.Generic;
                    
6using System.Linq;
                    
7
                    
                
GetRecoverableDatabaseTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 282 lines
                    
17using System.Globalization;
                    
18using System.Linq;
                    
19using System.Management.Automation;
                    
19using System.Management.Automation;
                    
20using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
21using Microsoft.WindowsAzure.Commands.SqlDatabase.Test.UnitTests.MockServer;
                    
24using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
                    
25using Microsoft.WindowsAzure.Commands.Utilities.Common;
                    
26using Microsoft.WindowsAzure.Management.Sql.Models;
                    
26using Microsoft.WindowsAzure.Management.Sql.Models;
                    
27using Microsoft.WindowsAzure.Commands.Common;
                    
28
                    
60        /// <summary>
                    
61        /// Test Get/Set/Remove a database using certificate authentication.
                    
62        /// </summary>
                    
                
ShapeDataSourceInfo.cs https://wwt.svn.codeplex.com/svn | C# | 268 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Renci.Wwt.DataManager.Common.Models;
                    
6using System.Xml.Linq;
                    
6using System.Xml.Linq;
                    
7using System.ComponentModel;
                    
8using Renci.Wwt.DataManager.Common.Editors;
                    
8using Renci.Wwt.DataManager.Common.Editors;
                    
9using Microsoft.Windows.Controls.PropertyGrid;
                    
10using Renci.Wwt.Core;
                    
10using Renci.Wwt.Core;
                    
11using System.IO;
                    
12using Renci.Wwt.Core.Frames.Layers.Spreadsheet;
                    
                
UriInferer.cs https://subsonic.svn.codeplex.com/svn | C# | 338 lines
                    
5// Developer:  Michael Antonio
                    
6using System;
                    
7using System.Reflection;
                    
7using System.Reflection;
                    
8using System.Linq;
                    
9using System.Collections.Generic;
                    
9using System.Collections.Generic;
                    
10using System.Text;
                    
11using System.Collections;
                    
11using System.Collections;
                    
12using MichMan.Utilities;
                    
13
                    
                
IronPythonLauncher.cs https://gitlab.com/SplatoonModdingHub/PTVS | C# | 332 lines
                    
19using System.IO;
                    
20using System.Linq;
                    
21using System.Net.NetworkInformation;
                    
21using System.Net.NetworkInformation;
                    
22using System.Runtime.InteropServices;
                    
23using System.Windows.Forms;
                    
23using System.Windows.Forms;
                    
24using Microsoft.PythonTools;
                    
25using Microsoft.PythonTools.Debugger;
                    
26using Microsoft.PythonTools.Interpreter;
                    
27using Microsoft.PythonTools.Project;
                    
28using Microsoft.VisualStudio;
                    
284                        if (twoSeven != null) {
                    
285                            using (var installPath = twoSeven.OpenSubKey("InstallPath")) {
                    
286                                var path = installPath.GetValue("") as string;
                    
                
AddImportTests.cs https://gitlab.com/SplatoonModdingHub/PTVS | C# | 329 lines
                    
16
                    
17using System.Linq;
                    
18using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
18using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
19using TestUtilities;
                    
20using TestUtilities.Python;
                    
20using TestUtilities.Python;
                    
21using TestUtilities.UI;
                    
22
                    
234
                    
235            using (var app = new VisualStudioApp()) {
                    
236                var project = app.OpenProject(@"TestData\AddImport.sln");
                    
289            if (expectedActions.Length > 0) {
                    
290                using (var sh = doc.StartSmartTagSession()) {
                    
291                    var actions = sh.Session.Actions.ToList();
                    
                
RegistryWatcher.cs https://gitlab.com/SplatoonModdingHub/PTVS | C# | 392 lines
                    
16
                    
17using System;
                    
18using System.Collections.Generic;
                    
18using System.Collections.Generic;
                    
19using System.ComponentModel;
                    
20using System.Diagnostics;
                    
20using System.Diagnostics;
                    
21using System.Linq;
                    
22using System.Security.AccessControl;
                    
22using System.Security.AccessControl;
                    
23using System.Threading;
                    
24using Microsoft.Win32;
                    
291            public WatchEntry(RegistryChangedEventHandler callback, RegistryChangedEventArgs args) {
                    
292                using (var baseKey = RegistryKey.OpenBaseKey(args.Hive, args.View)) {
                    
293                    _key = baseKey.OpenSubKey(args.Key, RegistryKeyPermissionCheck.Default, RegistryRights.Notify);
                    
                
ItemsWithLengthPrefix.cs https://gitlab.com/meermalik/protobuf-net | C# | 217 lines
                    
1using NUnit.Framework;
                    
2using System.IO;
                    
3using ProtoBuf;
                    
4using System.Linq;
                    
5using System.Collections.Generic;
                    
5using System.Collections.Generic;
                    
6using System.Diagnostics;
                    
7
                    
53        {
                    
54            using(Stream source = WriteData(tag, style, values))
                    
55            {
                    
60        {
                    
61            using (Stream source = WriteData(tag, style, values))
                    
62            {
                    
                
ManageController.cs https://gitlab.com/Meteor-MC/plugins | C# | 347 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using System.Security.Claims;
                    
6using Microsoft.AspNet.Authorization;
                    
6using Microsoft.AspNet.Authorization;
                    
7using Microsoft.AspNet.Identity;
                    
8using Microsoft.AspNet.Mvc;
                    
8using Microsoft.AspNet.Mvc;
                    
9using Microsoft.Extensions.Logging;
                    
10using MVC6_Seed_Project.Models;
                    
10using MVC6_Seed_Project.Models;
                    
11using MVC6_Seed_Project.Services;
                    
12using MVC6_Seed_Project.ViewModels.Manage;
                    
                
ManageController.cs https://gitlab.com/Meteor-MC/plugins | C# | 347 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Threading.Tasks;
                    
4using System.Threading.Tasks;
                    
5using System.Security.Claims;
                    
6using Microsoft.AspNet.Authorization;
                    
6using Microsoft.AspNet.Authorization;
                    
7using Microsoft.AspNet.Identity;
                    
8using Microsoft.AspNet.Mvc;
                    
8using Microsoft.AspNet.Mvc;
                    
9using Microsoft.Extensions.Logging;
                    
10using MVC6_Full_Version.Models;
                    
10using MVC6_Full_Version.Models;
                    
11using MVC6_Full_Version.Services;
                    
12using MVC6_Full_Version.ViewModels.Manage;
                    
                
Voraz.cs https://gitlab.com/Crisly/rompecabezasTetris | C# | 301 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Threading.Tasks;
                    
7
                    
                
MsSqlAdapterTestFixture.cs http://mite-net.googlecode.com/svn/trunk/ | C# | 502 lines
                    
25using System;
                    
26using System.Collections.Generic;
                    
27using System.Data;
                    
28using System.Data.SqlClient;
                    
29using System.Linq;
                    
30using Boo.Lang;
                    
30using Boo.Lang;
                    
31using MbUnit.Framework;
                    
32using Mite.Configuration;
                    
253
                    
254			using (IDbConnection conn = GetConnection())
                    
255			{
                    
381			string tableName = "table_name";
                    
382			using (var conn = IoC.Resolve<IDbConnection>())
                    
383			{
                    
                
AppErrorList.cs https://coveynetmw.svn.codeplex.com/svn | C# | 341 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Linq;
                    
4
                    
                
Org2DisplayUniversal.cs https://ldapgvat.svn.codeplex.com/svn | C# | 315 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Drawing;
                    
5using System.Data;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Windows.Forms;
                    
9
                    
                
FrTransfertMatiere.cs https://gitlab.com/hasary/TRBsys | C# | 295 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
7using System.Text;
                    
8using System.Windows.Forms;
                    
9using FZBGsys;
                    
                
Interpolators.cs git://github.com/kevingadd/Fracture.git | C# | 296 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Reflection;
                    
4using System.Reflection;
                    
5using System.Text;
                    
6
                    
                
frmNewMain.cs https://hg01.codeplex.com/linesiter | C# | 0 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
8using System.Windows.Forms;
                    
9using DotSpatial.Controls;
                    
10using DotSpatial.Controls.Docking;
                    
10using DotSpatial.Controls.Docking;
                    
11using DotSpatial.Data;
                    
12using DotSpatial.Symbology;
                    
                
ResXCompiler.cs http://duplicati.googlecode.com/svn/trunk/ | C# | 231 lines
                    
19#endregion
                    
20using System;
                    
21using System.Collections.Generic;
                    
22using System.Text;
                    
23using System.Linq;
                    
24using System.Configuration;
                    
189
                    
190            using (Duplicati.Library.Utility.TempFile tf = new Duplicati.Library.Utility.TempFile())
                    
191            {
                    
191            {
                    
192                using (System.IO.StreamWriter sw = new System.IO.StreamWriter(tf))
                    
193                {
                    
                
BaseReflectionVisitor.cs http://linfu.googlecode.com/svn/trunk/ | C# | 316 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Mono.Cecil;
                    
6#pragma warning disable 1591
                    
                
Win32API.cs http://gorgonlib.googlecode.com/svn/ | C# | 257 lines
                    
26
                    
27using System;
                    
28using System.Collections.Generic;
                    
28using System.Collections.Generic;
                    
29using System.Linq;
                    
30using System.Text;
                    
30using System.Text;
                    
31using System.Diagnostics;
                    
32using System.Windows.Forms;
                    
32using System.Windows.Forms;
                    
33using System.Runtime.InteropServices;
                    
34using Drawing = System.Drawing;
                    
                
InFileCache.cs https://univars.svn.codeplex.com/svn | C# | 309 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Configuration;
                    
4using System.Diagnostics;
                    
5using System.IO;
                    
6using System.Linq;
                    
7using System.Web;
                    
7using System.Web;
                    
8using System.Web.Hosting;
                    
9using System.Web.Security;
                    
9using System.Web.Security;
                    
10using System.Web.UI;
                    
11using Univar.Helpers;
                    
199						{
                    
200							using (StreamWriter sw = new StreamWriter(filePath, false, System.Text.Encoding.UTF8))
                    
201							{
                    
                
Utils.cs https://arso.svn.codeplex.com/svn | C# | 287 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Security.Cryptography;
                    
6using System.Text;
                    
6using System.Text;
                    
7using AnalisisDeRiesgos.Dal;
                    
8using System.Web.Mvc;
                    
8using System.Web.Mvc;
                    
9using System.Globalization;
                    
10
                    
                
MainWindow.xaml.cs git://github.com/zahndy/o3o.git | C# | 331 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
5using System.Windows;
                    
6using System.Windows.Controls;
                    
7using System.Windows.Data;
                    
8using System.Windows.Documents;
                    
9using System.Windows.Input;
                    
10using System.Windows.Media;
                    
10using System.Windows.Media;
                    
11using System.Windows.Media.Imaging;
                    
12using System.Windows.Navigation;
                    
18using System.Windows.Forms;
                    
19using Twitterizer;
                    
20namespace o3o
                    
                
Guide.cs git://github.com/mono/MonoGame.git | C# | 330 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
                    
                
AutomaticBracketInsertionTests.cs git://github.com/mono/monodevelop.git | C# | 489 lines
                    
28
                    
29using System.Linq;
                    
30using UnitTests;
                    
30using UnitTests;
                    
31using MonoDevelop.CSharpBinding.Tests;
                    
32using MonoDevelop.Ide.Gui;
                    
32using MonoDevelop.Ide.Gui;
                    
33using MonoDevelop.CSharp.Completion;
                    
34using MonoDevelop.Ide.CodeCompletion;
                    
36using MonoDevelop.Ide.Editor.Extension;
                    
37using Microsoft.CodeAnalysis;
                    
38using MonoDevelop.Projects;
                    
326		{
                    
327			string completion = await Test (@"using System;
                    
328class MyClass
                    
                
CommentDao.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 181 lines
                    
17
                    
18using System;
                    
19using System.Collections.Generic;
                    
19using System.Collections.Generic;
                    
20using System.Linq;
                    
21
                    
21
                    
22using ASC.Common.Data.Sql.Expressions;
                    
23using ASC.Common.Logging;
                    
23using ASC.Common.Logging;
                    
24using ASC.Core.Tenants;
                    
25using ASC.Projects.Core.DataInterfaces;
                    
25using ASC.Projects.Core.DataInterfaces;
                    
26using ASC.Projects.Core.Domain;
                    
27
                    
                
QueryPartDriver.cs https://git01.codeplex.com/vietnamicare | C# | 201 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Xml.Linq;
                    
3using System.Xml.Linq;
                    
4using Orchard.ContentManagement;
                    
5using Orchard.ContentManagement.Drivers;
                    
5using Orchard.ContentManagement.Drivers;
                    
6using Orchard.ContentManagement.Handlers;
                    
7using Orchard.Projections.Models;
                    
                
AssetLoader.cs https://gitlab.com/kush/Avalonia | C# | 397 lines
                    
3
                    
4using System;
                    
5using System.Collections.Generic;
                    
6using System.IO;
                    
7using System.Linq;
                    
8using System.Reflection;
                    
8using System.Reflection;
                    
9using Avalonia.Platform;
                    
10using Avalonia.Utilities;
                    
363                    Name = assembly.GetName().Name;
                    
364                    using (var resources = assembly.GetManifestResourceStream(AvaloniaResourceName))
                    
365                    {
                    
                
DscExtensionConfigurationParsingHelperTests.cs https://gitlab.com/jslee1/azure-powershell | C# | 246 lines
                    
14
                    
15using System;
                    
16using System.IO;
                    
17using System.IO.Compression;
                    
18using System.Linq;
                    
19using Microsoft.WindowsAzure.Commands.Common.Extensions.DSC.Publish;
                    
19using Microsoft.WindowsAzure.Commands.Common.Extensions.DSC.Publish;
                    
20using Microsoft.WindowsAzure.Commands.ServiceManagement.Test;
                    
21using Xunit;
                    
                
Issue0631_DisconnectedStateBugs.cs https://code.google.com/p/dataobjectsdotnet/ | C# | 0 lines
                    
7using System;
                    
8using System.Linq;
                    
9using System.Reflection;
                    
9using System.Reflection;
                    
10using NUnit.Framework;
                    
11using Xtensive.Storage.Configuration;
                    
136          using (var tx = Transaction.Open()) {
                    
137            using (ds.Connect()) {
                    
138              var doc = Query.All<TestEntity>()
                    
157      // Really modifying B and C instances
                    
158      using (var session = Session.Open(Domain)) {
                    
159        using (ds.Attach(session)) {
                    
271        using (state.Attach(session)) {
                    
272          using (var tx = Transaction.Open()) {
                    
273            using (state.Connect()) {
                    
                
CFDInCodePackForm.cs https://cfx.svn.codeplex.com/svn | C# | 276 lines
                    
16
                    
17#region Using directives
                    
18using System;
                    
19using System.Collections.Generic;
                    
20using System.ComponentModel;
                    
21using System.Data;
                    
22using System.Drawing;
                    
23using System.Linq;
                    
24using System.Text;
                    
24using System.Text;
                    
25using System.Windows.Forms;
                    
26using Microsoft.WindowsAPICodePack.Dialogs;
                    
26using Microsoft.WindowsAPICodePack.Dialogs;
                    
27using Microsoft.WindowsAPICodePack.Shell;
                    
28using Microsoft.WindowsAPICodePack.Dialogs.Controls;
                    
                
SOViewController.xib.cs git://github.com/conceptdev/iSOFlair.git | C# | 341 lines
                    
1
                    
2using System;
                    
3using System.Collections.Generic;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.IO;
                    
5using System.IO;
                    
6using MonoTouch.Foundation;
                    
7using MonoTouch.UIKit;
                    
7using MonoTouch.UIKit;
                    
8using System.Net;
                    
9using System.Text;
                    
                
XHRHelper.cs https://gitlab.com/adamlwalker/phonegap-nfc-reader | C# | 270 lines
                    
1using Microsoft.Phone.Controls;
                    
2using System;
                    
2using System;
                    
3using System.Collections.Generic;
                    
4using System.Diagnostics;
                    
4using System.Diagnostics;
                    
5using System.IO;
                    
6using System.IO.IsolatedStorage;
                    
6using System.IO.IsolatedStorage;
                    
7using System.Linq;
                    
8using System.Text;
                    
8using System.Text;
                    
9using System.Windows;
                    
10
                    
232
                    
233                using (IsolatedStorageFile isoFile = IsolatedStorageFile.GetUserStoreForApplication())
                    
234                {
                    
                
 

Source

Language