PageRenderTime 480ms queryTime 119ms sortTime 19ms getByIdsTime 53ms findMatchingLines 115ms

100+ results results for 'using System.Linq; repo:antonkulaga/SuperMemory' (480 ms)

Not the results you expected?
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
                    
                
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;
                    
                
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;
                    
                
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
                    
                
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;
                    
                
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;
                    
                
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                {
                    
                
FolderTreeControl.cs http://duplicati.googlecode.com/svn/trunk/ | C# | 261 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
                    
                
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;
                    
                
UserAccountServerPostHandler.cs git://github.com/aurora-sim/Aurora-Sim.git | C# | 250 lines
                    
27
                    
28using System;
                    
29using System.Collections.Generic;
                    
30using System.IO;
                    
31using System.Linq;
                    
32using System.Reflection;
                    
32using System.Reflection;
                    
33using System.Text;
                    
34using System.Xml;
                    
34using System.Xml;
                    
35using Aurora.Simulation.Base;
                    
36using OpenMetaverse;
                    
36using OpenMetaverse;
                    
37using Aurora.Framework;
                    
38using Aurora.Framework.Servers.HttpServer;
                    
                
MongoCollectionExtensions.cs git://github.com/atheken/NoRM.git | C# | 230 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Norm.Collections;
                    
6using System.Linq.Expressions;
                    
6using System.Linq.Expressions;
                    
7using Norm.BSON;
                    
8using Norm.Configuration;
                    
8using Norm.Configuration;
                    
9using Norm.Protocol.Messages;
                    
10using Norm.Linq;
                    
10using Norm.Linq;
                    
11using Norm.Commands.Modifiers;
                    
12
                    
                
GlobeViewControl.xaml.cs https://hg01.codeplex.com/d3future | C# | 274 lines
                    
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;
                    
10using System.Windows.Media;
                    
11using System.Windows.Media.Imaging;
                    
12using System.Windows.Navigation;
                    
12using System.Windows.Navigation;
                    
13using System.Windows.Shapes;
                    
14using Microsoft.MapPoint.Rendering3D;
                    
                
P043_ChangeWeaponSet.cs http://gwlp-revived-open-source.googlecode.com/svn/trunk/ | C# | 205 lines
                    
1using System;
                    
2using System.Linq;
                    
3using GameServer.Actions;
                    
3using GameServer.Actions;
                    
4using GameServer.Enums;
                    
5using GameServer.Packets.ToClient;
                    
5using GameServer.Packets.ToClient;
                    
6using GameServer.ServerData;
                    
7using GameServer.ServerData.Items;
                    
7using GameServer.ServerData.Items;
                    
8using ServerEngine;
                    
9using ServerEngine.GuildWars.Tools;
                    
9using ServerEngine.GuildWars.Tools;
                    
10using ServerEngine.NetworkManagement;
                    
11using ServerEngine.PacketManagement.CustomAttributes;
                    
                
GetMap.cs https://SharpMap.svn.codeplex.com/svn | C# | 252 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections.Generic;
                    
4    using System.Collections.Generic;
                    
5    using System.Drawing;
                    
6    using System.Drawing.Imaging;
                    
7    using System.IO;
                    
8    using System.Linq;
                    
9    using Data;
                    
9    using Data;
                    
10    using Geometries;
                    
11    using Layers;
                    
11    using Layers;
                    
12    using ProjNet.CoordinateSystems.Transformations;
                    
13    using Rendering.GeoJSON;
                    
                
AnyMutablePropertyModelGenerationTests.cs git://github.com/jagregory/fluent-nhibernate.git | C# | 282 lines
                    
1using System.Linq;
                    
2using FluentNHibernate.MappingModel;
                    
2using FluentNHibernate.MappingModel;
                    
3using FluentNHibernate.Testing.DomainModel;
                    
4using FluentNHibernate.Testing.DomainModel.Mapping;
                    
4using FluentNHibernate.Testing.DomainModel.Mapping;
                    
5using NUnit.Framework;
                    
6
                    
                
ActionHandler.cs http://zero-k.googlecode.com/svn/trunk/ | C# | 345 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Diagnostics;
                    
3using System.Diagnostics;
                    
4using System.Linq;
                    
5using System.Net;
                    
6using System.Windows.Forms;
                    
7using JetBrains.Annotations;
                    
8using LobbyClient;
                    
8using LobbyClient;
                    
9using PlasmaShared;
                    
10using PlasmaShared.ContentService;
                    
10using PlasmaShared.ContentService;
                    
11using PlasmaShared.UnitSyncLib;
                    
12using ZeroKLobby.MicroLobby;
                    
                
GameOver.cs http://xe8tmw7c.googlecode.com/svn/ | C# | 237 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Text.RegularExpressions;
                    
6using Microsoft.Xna.Framework;
                    
6using Microsoft.Xna.Framework;
                    
7using Microsoft.Xna.Framework.Graphics;
                    
8using Microsoft.Xna.Framework.Input;
                    
                
TransformPropertyEditor.cs http://duality.googlecode.com/svn/trunk/ | C# | 285 lines
                    
1using System.Collections.Generic;
                    
2using System.Linq;
                    
3using System.Reflection;
                    
4
                    
5using AdamsLair.PropertyGrid;
                    
6using OpenTK;
                    
7
                    
8using Duality;
                    
9using Duality.EditorHints;
                    
9using Duality.EditorHints;
                    
10using Duality.Components;
                    
11using DualityEditor;
                    
                
Grid2DSortAndSweepQueryAccelerator.cs https://hg01.codeplex.com/bepuphysics | C# | 221 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using BEPUutilities;
                    
6using BEPUphysics.BroadPhaseEntries;
                    
31        {
                    
32            throw new NotSupportedException("The Grid2DSortAndSweep broad phase cannot accelerate infinite ray casts.  Consider using a broad phase which supports infinite tests, using a custom solution, or using a finite ray.");
                    
33        }
                    
37            if (maximumLength == float.MaxValue) 
                    
38                throw new NotSupportedException("The Grid2DSortAndSweep broad phase cannot accelerate infinite ray casts.  Consider specifying a maximum length or using a broad phase which supports infinite ray casts.");
                    
39        
                    
213        //{
                    
214        //    throw new NotSupportedException("The Grid2DSortAndSweep broad phase cannot accelerate frustum tests.  Consider using a broad phase which supports frustum tests or using a custom solution.");
                    
215        //}
                    
                
AttributeOverrideTests.cs https://hg01.codeplex.com/envride | C# | 284 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using NUnit.Framework;
                    
6using EnvRide.Core.ObjectModel;
                    
6using EnvRide.Core.ObjectModel;
                    
7using System.IO;
                    
8using System.Xml;
                    
8using System.Xml;
                    
9using CodeMadeSimple.Common.Tests;
                    
10using CodeMadeSimple.PropertiesManagement;
                    
10using CodeMadeSimple.PropertiesManagement;
                    
11using CodeMadeSimple.Common.Validation;
                    
12using CodeMadeSimple.Common.Tests.Validation;
                    
                
MethodGroupResolveResult.cs git://github.com/icsharpcode/NRefactory.git | C# | 292 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
22using System.Diagnostics;
                    
23using System.Linq;
                    
24using System.Text;
                    
24using System.Text;
                    
25using ICSharpCode.NRefactory.CSharp.TypeSystem;
                    
26using ICSharpCode.NRefactory.Semantics;
                    
158		/// The results are stored in nested lists because they are grouped by using scope.
                    
159		/// That is, for "using SomeExtensions; namespace X { using MoreExtensions; ... }",
                    
160		/// the return value will be
                    
189		/// The results are stored in nested lists because they are grouped by using scope.
                    
190		/// That is, for "using SomeExtensions; namespace X { using MoreExtensions; ... }",
                    
191		/// the return value will be
                    
                
EditSheetWindow.xaml.cs http://bsuir-informatics-labs.googlecode.com/svn/trunk/ | C# | 326 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.Animation;
                    
12using System.Windows.Media.Imaging;
                    
                
SetterValueBindingHelper.cs https://hg01.codeplex.com/catel | C# | 258 lines
                    
6{
                    
7    using System;
                    
8    using System.Collections.Generic;
                    
8    using System.Collections.Generic;
                    
9    using System.Collections.ObjectModel;
                    
10    using System.Diagnostics.CodeAnalysis;
                    
11    using System.Globalization;
                    
12    using System.Linq;
                    
13    using System.Reflection;
                    
13    using System.Reflection;
                    
14    using System.Windows;
                    
15    using System.Windows.Controls;
                    
15    using System.Windows.Controls;
                    
16    using System.Windows.Data;
                    
17    using System.Windows.Markup;
                    
                
Window.cs http://xe8tmw7c.googlecode.com/svn/ | C# | 320 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.Xna.Framework;
                    
6using Microsoft.Xna.Framework.Input;
                    
                
BooksDemoTest.cs https://hg01.codeplex.com/vita | C# | 0 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Diagnostics;
                    
8#if USE_NUNIT
                    
9  using NUnit.Framework;
                    
10#else
                    
10#else
                    
11  using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
12  using TestFixture = Microsoft.VisualStudio.TestTools.UnitTesting.TestClassAttribute;
                    
13  using Test = Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute;
                    
14  using SetUp = Microsoft.VisualStudio.TestTools.UnitTesting.TestInitializeAttribute;
                    
15#endif
                    
53      session = db.OpenSession();
                    
54      var msPub = session.NewPublisher("MS Books"); //we are using extension method here
                    
55      var kidPub = session.NewPublisher("Kids Books");
                    
                
ExcelExporter.cs https://resourceblendernet.svn.codeplex.com/svn | C# | 182 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using Yogesh.ExcelXml;
                    
6using System.Data.Common;
                    
6using System.Data.Common;
                    
7using System.Data;
                    
8using System.IO;
                    
8using System.IO;
                    
9using ICSharpCode.SharpZipLib.Zip;
                    
10using System.Text;
                    
31            wb.Properties.Title = "ResourceBlender Resources (" + DateTime.Now.ToString("yyyy-MM-dd-HHmm") + ")";
                    
32            using(Database.Command cmdApplication = db.CreateCommand()) 
                    
33            using(Database.Command cmdResources = db.CreateCommand()) {
                    
                
BsonObjectId.cs https://code.google.com/p/firefromheaven/ | C# | 358 lines
                    
15
                    
16using System;
                    
17using System.Collections.Generic;
                    
18using System.Diagnostics;
                    
19using System.Linq;
                    
20using System.Security.Cryptography;
                    
20using System.Security.Cryptography;
                    
21using System.Text;
                    
22using System.Threading;
                    
                
GlassShader.cs https://hg01.codeplex.com/ploobsengine | C# | 235 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.Xna.Framework;
                    
6using Microsoft.Xna.Framework.Graphics;
                    
6using Microsoft.Xna.Framework.Graphics;
                    
7using PloobsEngine.Material;
                    
8using PloobsEngine;
                    
8using PloobsEngine;
                    
9using PloobsEngine.Modelo;
                    
10using PloobsEngine.SceneControl;
                    
10using PloobsEngine.SceneControl;
                    
11using PloobsEngine.Cameras;
                    
12
                    
                
Samples.svc.cs https://cfx.svn.codeplex.com/svn | C# | 362 lines
                    
20
                    
21#region Using directive
                    
22using System;
                    
22using System;
                    
23using System.Collections.Generic;
                    
24using System.Data.Services;
                    
24using System.Data.Services;
                    
25using System.Linq;
                    
26using System.ServiceModel.Web;
                    
26using System.ServiceModel.Web;
                    
27using System.Web;
                    
28using System.Data.Services.Common;
                    
28using System.Data.Services.Common;
                    
29using System.Reflection;
                    
30using System.Collections;
                    
                
Task.cs https://hg01.codeplex.com/gogtaskswinmo | C# | 400 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Globalization;
                    
6using Business.Logic;
                    
6using Business.Logic;
                    
7using Newtonsoft.Json;
                    
8using System.Xml.Serialization;
                    
                
RedundantSubqueryRemover.cs git://github.com/subsonic/SubSonic-3.0.git | C# | 265 lines
                    
5
                    
6using System;
                    
7using System.Collections;
                    
7using System.Collections;
                    
8using System.Collections.Generic;
                    
9using System.Collections.ObjectModel;
                    
9using System.Collections.ObjectModel;
                    
10using System.Linq;
                    
11using System.Linq.Expressions;
                    
11using System.Linq.Expressions;
                    
12using System.Reflection;
                    
13using System.Text;
                    
13using System.Text;
                    
14using SubSonic.Linq.Structure;
                    
15
                    
                
HttpServerConnection.cs http://duplicati.googlecode.com/svn/trunk/ | C# | 279 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Duplicati.Server.Serialization;
                    
6
                    
165
                    
166            using (System.IO.Stream s = areq.GetRequestStream())
                    
167                s.Write(data, 0, data.Length);
                    
172
                    
173            using(System.Net.HttpWebResponse r = (System.Net.HttpWebResponse)areq.GetResponse())
                    
174            using (System.IO.Stream s = r.GetResponseStream())
                    
176                {
                    
177                    using (System.IO.MemoryStream ms = new System.IO.MemoryStream())
                    
178                    {
                    
                
RemoteAppDomainTestGeneratorFactoryTests.cs git://github.com/techtalk/SpecFlow.git | C# | 294 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Reflection;
                    
5using System.Reflection;
                    
6using System.Text;
                    
7using System.Threading;
                    
14using Should;
                    
15using TechTalk.SpecFlow.IdeIntegration.Generator;
                    
16using TechTalk.SpecFlow.IdeIntegration.Tracing;
                    
16using TechTalk.SpecFlow.IdeIntegration.Tracing;
                    
17using TechTalk.SpecFlow.Utils;
                    
18
                    
                
Server.cs git://github.com/mooege/mooege.git | C# | 315 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
20using System.Collections.Generic;
                    
21using System.Linq;
                    
22using System.Net;
                    
22using System.Net;
                    
23using System.Net.Sockets;
                    
24using Mooege.Common.Extensions;
                    
24using Mooege.Common.Extensions;
                    
25using Mooege.Common.Logging;
                    
26
                    
                
DataCreationService.cs https://code.google.com/p/sambapos/ | C# | 303 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Globalization;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Text;
                    
6using System.Text;
                    
7using Samba.Domain.Foundation;
                    
8using Samba.Domain.Models.Menus;
                    
8using Samba.Domain.Models.Menus;
                    
9using Samba.Domain.Models.Settings;
                    
10using Samba.Domain.Models.Tables;
                    
10using Samba.Domain.Models.Tables;
                    
11using Samba.Domain.Models.Tickets;
                    
12using Samba.Domain.Models.Users;
                    
                
CollectionViewGroupTest.cs git://github.com/mono/moon.git | C# | 319 lines
                    
29using System;
                    
30using System.Linq;
                    
31using System.Net;
                    
31using System.Net;
                    
32using System.Windows;
                    
33using System.Windows.Controls;
                    
33using System.Windows.Controls;
                    
34using System.Windows.Documents;
                    
35using System.Windows.Ink;
                    
38using System.Windows.Media.Animation;
                    
39using System.Windows.Shapes;
                    
40
                    
41using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
42using System.Windows.Data;
                    
43using System.Collections.ObjectModel;
                    
                
Program.cs https://bitbucket.org/CatrinaEmu/core/ | C# | 227 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Text.RegularExpressions;
                    
7using System.IO;
                    
                
GraphHideHelper.cs https://hg01.codeplex.com/graphsharp | C# | 492 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using QuickGraph;
                    
                
Code39.cs https://hg01.codeplex.com/cul | C# | 266 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Utilities.Media.Image.BarCode.Interfaces;
                    
6
                    
58        /// <summary>
                    
59        /// Encode the raw data using the Code 39 algorithm.
                    
60        /// </summary>
                    
84                    else
                    
85                        Error("EC39-1: Invalid data. (Try using Extended Code39)");
                    
86                }//catch
                    
                
AddressDirectoryService.cs https://hg01.codeplex.com/scienceproject | C# | 275 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using Downplay.Theory.Identity.Models;
                    
6using Orchard.Data;
                    
6using Orchard.Data;
                    
7using Orchard.ContentManagement;
                    
8using Orchard;
                    
8using Orchard;
                    
9using Orchard.Collections;
                    
10using System.Xml.Linq;
                    
10using System.Xml.Linq;
                    
11using Downplay.Mechanics.Services;
                    
12using Orchard.Logging;
                    
                
AdminHome.aspx.cs https://bitbucket.org/screwturn/screwturn-wiki/ | C# | 348 lines
                    
1
                    
2using System;
                    
3using System.Collections.Generic;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Net;
                    
6using System.Net;
                    
7using System.Text;
                    
8using System.Web;
                    
8using System.Web;
                    
9using System.Web.UI;
                    
10using System.Web.UI.WebControls;
                    
10using System.Web.UI.WebControls;
                    
11using ScrewTurn.Wiki.PluginFramework;
                    
12using System.Globalization;
                    
                
HtmlHelper.cs http://prontocms.googlecode.com/svn/trunk/ | C# | 293 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Xml.Linq;
                    
6
                    
                
VariableConfiguration.cs git://github.com/WCell/WCell.git | C# | 458 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Reflection;
                    
6using System.Reflection;
                    
7using System.Text;
                    
8using System.Xml;
                    
8using System.Xml;
                    
9using System.Xml.Serialization;
                    
10using WCell.Util.NLog;
                    
10using WCell.Util.NLog;
                    
11using WCell.Util.Strings;
                    
12using WCell.Util.Xml;
                    
                
QuadTree.cs git://github.com/WCell/WCell.git | C# | 331 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Diagnostics;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using WCell.Constants;
                    
7using WCell.Util.Graphics;
                    
                
SqlPersistenceEngine.cs git://github.com/joliver/EventStore.git | C# | 333 lines
                    
3	using System;
                    
4	using System.Collections.Generic;
                    
5	using System.Data;
                    
5	using System.Data;
                    
6	using System.Linq;
                    
7	using System.Threading;
                    
8	using System.Transactions;
                    
9	using Logging;
                    
10	using Persistence;
                    
10	using Persistence;
                    
11	using Serialization;
                    
12
                    
49
                    
50			Logger.Debug(Messages.UsingScope, this.scopeOption.ToString());
                    
51		}
                    
                
Domains.ascx.cs https://hg01.codeplex.com/websitepanel | C# | 260 lines
                    
28
                    
29using System;
                    
30using System.Data;
                    
30using System.Data;
                    
31using System.Configuration;
                    
32using System.Collections;
                    
32using System.Collections;
                    
33using System.Web;
                    
34using System.Web.Security;
                    
34using System.Web.Security;
                    
35using System.Web.UI;
                    
36using System.Web.UI.WebControls;
                    
38using System.Web.UI.HtmlControls;
                    
39using System.Linq;
                    
40
                    
                
TagsWindow.xaml.cs https://bitbucket.org/zzsergant/hgsccpackage/ | C# | 402 lines
                    
12
                    
13using System;
                    
14using System.Collections.Generic;
                    
14using System.Collections.Generic;
                    
15using System.Linq;
                    
16using System.Text;
                    
16using System.Text;
                    
17using System.Windows;
                    
18using System.Windows.Controls;
                    
18using System.Windows.Controls;
                    
19using System.Windows.Data;
                    
20using System.Windows.Documents;
                    
20using System.Windows.Documents;
                    
21using System.Windows.Input;
                    
22using System.Windows.Media;
                    
                
AnswerMethods.cs https://hg01.codeplex.com/stacky | C# | 178 lines
                    
1using System.Collections.Generic;
                    
2using System;
                    
2using System;
                    
3using System.Linq;
                    
4
                    
                
MpMusicHelper.cs http://wifiremote.googlecode.com/svn/trunk/ | C# | 271 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using MediaPortal.Music.Database;
                    
6using WifiRemote.MPPlayList;
                    
6using WifiRemote.MPPlayList;
                    
7using System.IO;
                    
8using MediaPortal.Playlists;
                    
                
StyleFix.cs https://StyleFix.svn.codeplex.com/svn | C# | 262 lines
                    
8{
                    
9    using System;
                    
10    using System.Collections.Generic;
                    
10    using System.Collections.Generic;
                    
11    using System.Diagnostics;
                    
12    using System.IO;
                    
12    using System.IO;
                    
13    using System.Text;
                    
14    using System.Text.RegularExpressions;
                    
15    using StyleCop;
                    
16    using System.Linq;
                    
17
                    
70                    // Write the output file
                    
71                    using (StreamWriter sw = new StreamWriter(filePath, false, fileEncoding))
                    
72                    {
                    
                
Contacts.gen.cs https://sfs.svn.codeplex.com/svn | C# | 345 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.ComponentModel.DataAnnotations;
                    
6using SFS.AdventureWorks.Web.Mvc.Resources;
                    
6using SFS.AdventureWorks.Web.Mvc.Resources;
                    
7using System.Runtime.Serialization;
                    
8using SFSdotNet.Framework.Web.Mvc.Models;
                    
8using SFSdotNet.Framework.Web.Mvc.Models;
                    
9using SFSdotNet.Framework.Web.Mvc.Extensions;
                    
10using BO = SFS.AdventureWorks.BusinessObjects;
                    
10using BO = SFS.AdventureWorks.BusinessObjects;
                    
11using System.Web.Mvc;
                    
12using SFSdotNet.Framework.Web.Mvc.Validation;
                    
                
Program.cs http://musikcube.googlecode.com/svn/trunk/ | C# | 332 lines
                    
17
                    
18using System;
                    
19using System.Collections.Generic;
                    
19using System.Collections.Generic;
                    
20using System.Linq;
                    
21using System.Text;
                    
22
                    
23using System.IO;
                    
24using System.Runtime.InteropServices;
                    
25
                    
26using mpg123clr;
                    
27
                    
                
Callvirt.cs https://IL2CPU.svn.codeplex.com/svn | C# | 230 lines
                    
1using System;
                    
2// using System.Collections.Generic;
                    
2// using System.Collections.Generic;
                    
3// using System.Linq;
                    
4using CPU = Cosmos.Assembler.x86;
                    
4using CPU = Cosmos.Assembler.x86;
                    
5using CPUx86 = Cosmos.Assembler.x86;
                    
6using Cosmos.IL2CPU.ILOpCodes;
                    
6using Cosmos.IL2CPU.ILOpCodes;
                    
7using Cosmos.Assembler;
                    
8using System.Reflection;
                    
8using System.Reflection;
                    
9// using System.Reflection;
                    
10// using Cosmos.IL2CPU.X86;
                    
10// using Cosmos.IL2CPU.X86;
                    
11// using Cosmos.IL2CPU.Compiler;
                    
12
                    
                
UserDefinedCellHelper.cs https://hg01.codeplex.com/visioautomation | C# | 340 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using VisioAutomation.Extensions;
                    
4using VisioAutomation.Extensions;
                    
5using VA = VisioAutomation;
                    
6using IVisio = Microsoft.Office.Interop.Visio;
                    
                
TravelPage.aspx.cs https://adonetsamples.svn.codeplex.com/svn | C# | 247 lines
                    
2
                    
3using System;
                    
4using System.Data;
                    
6using System.Collections;
                    
7using System.Linq;
                    
8using System.Web;
                    
8using System.Web;
                    
9using System.Web.Security;
                    
10using System.Web.UI;
                    
10using System.Web.UI;
                    
11using System.Web.UI.WebControls;
                    
12using System.Web.UI.WebControls.WebParts;
                    
12using System.Web.UI.WebControls.WebParts;
                    
13using System.Web.UI.HtmlControls;
                    
14using System.Xml.Linq;
                    
                
SystemButtonsBarUC.xaml.cs https://me.svn.codeplex.com/svn | C# | 260 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Diagnostics;
                    
3using System.Diagnostics;
                    
4using System.Linq;
                    
5using System.Windows;
                    
5using System.Windows;
                    
6using System.Windows.Controls;
                    
7using System.Windows.Controls.Primitives;
                    
8using System.Windows.Input;
                    
9using System.Windows.Media.Animation;
                    
10using System.Windows.Threading;
                    
10using System.Windows.Threading;
                    
11using MouseExtender.Logic;
                    
12using MouseExtender.Logic.Common;
                    
                
MovistarService.cs https://movistaraddin.svn.codeplex.com/svn | C# | 260 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Diagnostics;
                    
6using System.Linq;
                    
7using System.ServiceProcess;
                    
7using System.ServiceProcess;
                    
8using System.Text;
                    
9using System.Threading;
                    
9using System.Threading;
                    
10using Microsoft.Win32;
                    
11using System.IO;
                    
                
ComputerEdit.aspx.cs https://sdgms.svn.codeplex.com/svn | C# | 261 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Web.UI;
                    
6using System.Web.UI.WebControls;
                    
6using System.Web.UI.WebControls;
                    
7using GMS.BIZ;
                    
8using System.Collections;
                    
                
Parser.cs https://hg01.codeplex.com/irony | C# | 255 lines
                    
6 * at the root of this distribution. 
                    
7 * By using this source code in any fashion, you are agreeing to be bound by the terms of the 
                    
8 * MIT License.
                    
12
                    
13using System;
                    
14using System.Collections.Generic;
                    
15using System.Diagnostics;
                    
16using System.Linq;
                    
17using System.Text;
                    
173        return action;
                    
174      //If input is EOF and NewLineBeforeEof flag is set, try using NewLine to find action
                    
175      if (currInput.Term == _grammar.Eof && _grammar.LanguageFlags.IsSet(LanguageFlags.NewLineBeforeEOF) &&
                    
                
Chunks.cs https://sharpgl.svn.codeplex.com/svn | C# | 348 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using SharpGL.SceneGraph;
                    
6using System.IO;
                    
6using System.IO;
                    
7using SharpGL.SceneGraph.Collections;
                    
8using SharpGL.SceneGraph.Primitives;
                    
8using SharpGL.SceneGraph.Primitives;
                    
9using SharpGL.SceneGraph.Core;
                    
10
                    
                
NRefactoryAstConverterTests.cs git://github.com/icsharpcode/SharpDevelop.git | C# | 336 lines
                    
20using System.Collections.Generic;
                    
21using System.Linq;
                    
22using System.IO;
                    
22using System.IO;
                    
23using ICSharpCode.NRefactory;
                    
24using ICSharpCode.SharpDevelop.Dom.NRefactoryResolver;
                    
24using ICSharpCode.SharpDevelop.Dom.NRefactoryResolver;
                    
25using NUnit.Framework;
                    
26
                    
62			ICompilationUnit cu = Parse(@"
                    
63using System;
                    
64
                    
81			ICompilationUnit cu = Parse(@"
                    
82using System;
                    
83
                    
                
TestResultsBuilderFacts.cs https://hg01.codeplex.com/chutzpah | C# | 289 lines
                    
1using System;
                    
2using System.Linq;
                    
3using Chutzpah.Models;
                    
3using Chutzpah.Models;
                    
4using Chutzpah.Wrappers;
                    
5using Moq;
                    
5using Moq;
                    
6using Xunit;
                    
7
                    
                
ProjectTemplate.cs git://github.com/icsharpcode/SharpDevelop.git | C# | 364 lines
                    
3
                    
4using System;
                    
5using System.Collections;
                    
5using System.Collections;
                    
6using System.Collections.ObjectModel;
                    
7using System.Collections.Generic;
                    
8using System.Diagnostics;
                    
9using System.Linq;
                    
10using System.ComponentModel;
                    
10using System.ComponentModel;
                    
11using System.IO;
                    
12using System.Windows.Forms;
                    
12using System.Windows.Forms;
                    
13using System.Xml;
                    
14
                    
                
SyncReport.cs git://github.com/OpenRA/OpenRA.git | C# | 323 lines
                    
11
                    
12using System;
                    
13using System.Collections.Generic;
                    
14using System.Globalization;
                    
15using System.Linq;
                    
16using System.Linq.Expressions;
                    
16using System.Linq.Expressions;
                    
17using System.Reflection;
                    
18using OpenRA.Primitives;
                    
194						throw new InvalidOperationException(
                    
195							"Properties using the Sync attribute must be readable and must not use index parameters.\n" +
                    
196							"Invalid Property: " + prop.DeclaringType.FullName + "." + prop.Name);
                    
                
PropertyRefactoringMenuBuilder.cs git://github.com/icsharpcode/SharpDevelop.git | C# | 269 lines
                    
4using System;
                    
5using System.Collections.Generic;
                    
6using System.IO;
                    
6using System.IO;
                    
7using System.Linq;
                    
8using System.Windows.Documents;
                    
8using System.Windows.Documents;
                    
9using ICSharpCode.AvalonEdit.Document;
                    
10using ICSharpCode.Core.Presentation;
                    
13using ICSharpCode.NRefactory.Ast;
                    
14using ICSharpCode.SharpDevelop;
                    
15using ICSharpCode.SharpDevelop.Bookmarks;
                    
104				
                    
105				using (textEditor.Document.OpenUndoGroup()) {
                    
106					textEditor.Document.Remove(startOffset, endOffset - startOffset);
                    
                
AddInTreeLoadingTests.cs git://github.com/icsharpcode/SharpDevelop.git | C# | 333 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
21using System.IO;
                    
22using System.Linq;
                    
23using NUnit.Framework;
                    
23using NUnit.Framework;
                    
24using Rhino.Mocks;
                    
25
                    
                
TestInheritanceWithConcreteBaseClass.cs git://github.com/samus/mongodb-csharp.git | C# | 276 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using NUnit.Framework;
                    
6
                    
63        [Test]
                    
64        public void Should_persist_discriminator_using_base_class_collection()
                    
65        {
                    
78        [Test]
                    
79        public void Should_persist_discriminator_using_inherited_class_collection()
                    
80        {
                    
242        [Test]
                    
243        public void Should_get_correct_count_with_base_class_collection_using_linq()
                    
244        {
                    
                
Main.cs http://interlace.googlecode.com/svn/trunk/ | C# | 405 lines
                    
1using System;
                    
2using ObviousCode.Interlace.BitTunnel;
                    
3using ObviousCode.Interlace.BitTunnelServer;
                    
4using ObviousCode.Interlace.BitTunnelLibrary;
                    
5using System.IO;
                    
6using ObviousCode.Interlace.BitTunnel.Connectivity;
                    
7using ObviousCode.Interlace.BitTunnelLibrary.File;
                    
8using System.Net;
                    
8using System.Net;
                    
9using KnockServer;
                    
10using System.Collections.Generic;
                    
11using KnockServer.BasicCommands;
                    
12using System.Linq;
                    
13using KnockServer.ServerActivities;
                    
13using KnockServer.ServerActivities;
                    
14using TelexplorerServer.Mounting;
                    
15using KnockServer.Mounting;
                    
                
FIMPSClient.cs https://hg01.codeplex.com/fimpscmdlets | C# | 342 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
5
                    
6using System.ServiceModel;
                    
7using System.Security.Principal;
                    
7using System.Security.Principal;
                    
8using System.Xml.Schema;
                    
9using Microsoft.ResourceManagement.Client;
                    
9using Microsoft.ResourceManagement.Client;
                    
10using Microsoft.ResourceManagement.ObjectModel;
                    
11using Microsoft.ResourceManagement.ObjectModel.ResourceTypes;
                    
11using Microsoft.ResourceManagement.ObjectModel.ResourceTypes;
                    
12using Microsoft.ResourceManagement.Client.WsTransfer;
                    
13using Microsoft.ResourceManagement.Client.WsEnumeration;
                    
                
h3ODSTEditWeapons.xaml.cs https://projectliberty.svn.codeplex.com/svn | C# | 305 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;
                    
                
AbstractBuildOptions.cs git://github.com/icsharpcode/SharpDevelop.git | C# | 270 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
21using System.IO;
                    
22using System.Linq;
                    
23using System.Windows.Forms;
                    
23using System.Windows.Forms;
                    
24using ICSharpCode.Core;
                    
25using ICSharpCode.SharpDevelop.Project;
                    
25using ICSharpCode.SharpDevelop.Project;
                    
26using ICSharpCode.SharpDevelop.Project.Converter;
                    
27using StringPair = System.Collections.Generic.KeyValuePair<string, string>;
                    
                
Replicate.cs http://aplusdotnet.googlecode.com/svn/trunk/ | C# | 297 lines
                    
1using System;
                    
2using System.Text;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
5using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
6using AplusCore.Runtime;
                    
7using AplusCore.Types;
                    
7using AplusCore.Types;
                    
8using Microsoft.Scripting.Hosting;
                    
9
                    
                
RawrDB.designer.cs https://Rawr.svn.codeplex.com/svn | C# | 405 lines
                    
13{
                    
14	using System.Data.Linq;
                    
15	using System.Data.Linq.Mapping;
                    
15	using System.Data.Linq.Mapping;
                    
16	using System.Data;
                    
17	using System.Collections.Generic;
                    
18	using System.Reflection;
                    
19	using System.Linq;
                    
20	using System.Linq.Expressions;
                    
20	using System.Linq.Expressions;
                    
21	using System.ComponentModel;
                    
22	using System;
                    
                
PagerModel.cs http://jqbird.googlecode.com/svn/trunk/ | C# | 415 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
338        /// <summary>
                    
339        /// Gets or sets whether the links are created using RouteLink instead of Action Link 
                    
340        /// (for additional route values such as slugs or page numbers)
                    
                
Smuggler.cs git://github.com/ravendb/ravendb.git | C# | 439 lines
                    
6using System;
                    
7using System.Collections.Generic;
                    
8using System.Diagnostics;
                    
8using System.Diagnostics;
                    
9using System.IO;
                    
10using System.IO.Compression;
                    
10using System.IO.Compression;
                    
11using System.Linq;
                    
12using System.Net;
                    
147		{
                    
148			using (var webClient = new WebClient())
                    
149			{
                    
401				{
                    
402					using (var streamWriter = new StreamWriter(stream, Encoding.UTF8))
                    
403					using (var jsonTextWriter = new JsonTextWriter(streamWriter))
                    
                
BlobProvider.cs https://hg01.codeplex.com/aspclassiccompiler | C# | 277 lines
                    
21//
                    
22using System;
                    
23using System.Collections.Generic;
                    
23using System.Collections.Generic;
                    
24using System.IO;
                    
25using System.Configuration;
                    
25using System.Configuration;
                    
26using Microsoft.ServiceHosting.ServiceRuntime;
                    
27using System.Diagnostics;
                    
27using System.Diagnostics;
                    
28using System.Linq;
                    
29using System.Text;
                    
29using System.Text;
                    
30using System.Globalization;
                    
31using Microsoft.Samples.ServiceHosting.StorageClient;
                    
                
DiscriminatorConventions.cs git://github.com/mongodb/mongo-csharp-driver.git | C# | 257 lines
                    
15
                    
16using System;
                    
17using System.Collections.Generic;
                    
17using System.Collections.Generic;
                    
18using System.Linq;
                    
19using System.Text;
                    
19using System.Text;
                    
20using System.Reflection;
                    
21
                    
21
                    
22using MongoDB.Bson.IO;
                    
23
                    
                
MongoDBRefTests.cs git://github.com/mongodb/mongo-csharp-driver.git | C# | 272 lines
                    
15
                    
16using System;
                    
17using System.Collections.Generic;
                    
17using System.Collections.Generic;
                    
18using System.Linq;
                    
19using System.Text;
                    
19using System.Text;
                    
20using NUnit.Framework;
                    
21
                    
21
                    
22using MongoDB.Bson;
                    
23using MongoDB.Bson.Serialization;
                    
23using MongoDB.Bson.Serialization;
                    
24using MongoDB.Driver;
                    
25
                    
                
DataLayerBroker.svc.cs https://tridentworkflow.svn.codeplex.com/svn | C# | 290 lines
                    
11
                    
12using System;
                    
13using System.Data.Common;
                    
14using System.Collections.Generic;
                    
15using System.Linq;
                    
16using System.Runtime.Serialization;
                    
16using System.Runtime.Serialization;
                    
17using System.ServiceModel;
                    
18using System.ServiceModel.Activation;
                    
18using System.ServiceModel.Activation;
                    
19using System.Web;
                    
20using SR = Microsoft.Research.DataLayer;
                    
20using SR = Microsoft.Research.DataLayer;
                    
21using System.Runtime.Remoting.Contexts;
                    
22
                    
                
StrongTypedNodeEndpointClientBuilder.cs https://vlpp.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.CodeDom;
                    
6using System.Reflection;
                    
6using System.Reflection;
                    
7using System.CodeDom.Compiler;
                    
8using System.Threading.Tasks;
                    
8using System.Threading.Tasks;
                    
9using System.Xml.Linq;
                    
10
                    
                
ToolboxProvider.cs git://github.com/icsharpcode/SharpDevelop.git | C# | 298 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
20using System.Collections.Generic;
                    
21using System.Drawing.Design;
                    
22using System.Diagnostics;
                    
23using System.IO;
                    
24using System.Linq;
                    
25using System.Reflection;
                    
25using System.Reflection;
                    
26using ICSharpCode.Core;
                    
27using ICSharpCode.NRefactory.TypeSystem;
                    
27using ICSharpCode.NRefactory.TypeSystem;
                    
28using ICSharpCode.FormsDesigner.Gui;
                    
29using ICSharpCode.SharpDevelop;
                    
                
Bar.cs https://hg01.codeplex.com/windawesome | C# | 378 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Drawing;
                    
4using System.Linq;
                    
5using System.Windows.Forms;
                    
                
ViewModelBinder.cs https://hg01.codeplex.com/caliburnmicro | C# | 252 lines
                    
2    using System;
                    
3    using System.Linq;
                    
4    using System.Collections.Generic;
                    
4    using System.Collections.Generic;
                    
5    using System.Windows;
                    
6    using System.Windows.Interactivity;
                    
8#if WP71
                    
9    using Microsoft.Phone.Controls;
                    
10#endif
                    
                
IQueryableExtensionMethods.cs https://CompositeC1.svn.codeplex.com/svn | C# | 303 lines
                    
20using System;
                    
21using System.Linq;
                    
22using System.Linq.Expressions;
                    
22using System.Linq.Expressions;
                    
23using System.Reflection;
                    
24using Composite.Core.Types;
                    
24using Composite.Core.Types;
                    
25using Composite.Data;
                    
26using Composite.Data.Foundation;
                    
                
SunTimeCalculator.cs https://easywings.svn.codeplex.com/svn | C# | 354 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Globalization;
                    
6
                    
                
CouponModel.cs https://bitbucket.org/davcar/bvcms/ | C# | 288 lines
                    
6 */
                    
7using System;
                    
8using System.Collections.Generic;
                    
8using System.Collections.Generic;
                    
9using System.Linq;
                    
10using System.Data.Linq;
                    
10using System.Data.Linq;
                    
11using System.Web;
                    
12using System.Web.Mvc;
                    
12using System.Web.Mvc;
                    
13using System.Web.Routing;
                    
14using CmsData.Registration;
                    
14using CmsData.Registration;
                    
15using UtilityExtensions;
                    
16using System.Text;
                    
                
DirectoryHelper.cs https://wf.svn.codeplex.com/svn | C# | 326 lines
                    
8{
                    
9    using System;
                    
10    using System.Collections.Generic;
                    
11    using System.IO;
                    
12    using System.Linq;
                    
13
                    
                
InstrumentationModelBuilderTests.cs git://github.com/sawilde/opencover.git | C# | 391 lines
                    
1using System;
                    
2using System.IO;
                    
2using System.IO;
                    
3using System.Linq;
                    
4using Mono.Cecil;
                    
4using Mono.Cecil;
                    
5using Moq;
                    
6using NUnit.Framework;
                    
6using NUnit.Framework;
                    
7using OpenCover.Framework;
                    
8using OpenCover.Framework.Model;
                    
8using OpenCover.Framework.Model;
                    
9using OpenCover.Framework.Symbols;
                    
10using OpenCover.Test.MoqFramework;
                    
10using OpenCover.Test.MoqFramework;
                    
11using File = OpenCover.Framework.Model.File;
                    
12
                    
                
InstallController.cs https://mesoboard.svn.codeplex.com/svn | C# | 285 lines
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
6using System.Web.Mvc.Ajax;
                    
7using mesoBoard.Web.Core;
                    
7using mesoBoard.Web.Core;
                    
8using System.Text.RegularExpressions;
                    
9using mesoBoard.Data;
                    
10using mesoBoard.Web;
                    
11using mesoBoard.Services;
                    
12using mesoBoard.Web.Models;
                    
13using System.IO;
                    
14using Ninject;
                    
15using mesoBoard.Data.Repositories;
                    
                
PerlinNoise.cs https://monostrategy.svn.codeplex.com/svn | C# | 359 lines
                    
23 */
                    
24using System;
                    
25using System.Collections.Generic;
                    
25using System.Collections.Generic;
                    
26using System.Linq;
                    
27using System.Text;
                    
                
LayersListView.cs https://WpfSharpMapControls.svn.codeplex.com/svn | C# | 348 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
3using System.ComponentModel;
                    
4using System.Linq;
                    
5using System.Windows;
                    
6using System.Windows.Controls;
                    
7using System.Windows.Data;
                    
8using System.Windows.Input;
                    
8using System.Windows.Input;
                    
9using Microsoft.Win32;
                    
10using SharpMap.Layers;
                    
10using SharpMap.Layers;
                    
11using SharpMap.Presentation;
                    
12using SharpMap.Presentation.Views;
                    
                
TableViewPasteControllerTest.cs https://SharpMap.svn.codeplex.com/svn | C# | 0 lines
                    
1using System;
                    
2using System.ComponentModel;
                    
3using System.Data;
                    
4using System.Linq;
                    
5using System.Windows.Forms;
                    
5using System.Windows.Forms;
                    
6using DelftTools.Controls;
                    
7using DelftTools.Controls.Swf.Table;
                    
7using DelftTools.Controls.Swf.Table;
                    
8using DelftTools.Tests.Controls.Swf.Table.TestClasses;
                    
9using DelftTools.TestUtils;
                    
9using DelftTools.TestUtils;
                    
10using NUnit.Framework;
                    
11using SortOrder = DelftTools.Controls.SortOrder;
                    
                
frmABMTugTipoDatoPersonal.cs http://sistemapcp.googlecode.com/svn/trunk/ | C# | 268 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 personal.core.util;
                    
9using personal.core.util;
                    
10using personal.core.domain;
                    
11
                    
                
DomainCrawler.cs https://simplesavant.svn.codeplex.com/svn | C# | 248 lines
                    
6 */
                    
7using System;
                    
8using System.Collections;
                    
9using System.Collections.Generic;
                    
10using System.Linq;
                    
11using Coditate.Common.Util;
                    
11using Coditate.Common.Util;
                    
12using Coditate.Savant.Consistency;
                    
13using Coditate.Savant.Core;
                    
13using Coditate.Savant.Core;
                    
14using Coditate.Savant.Data;
                    
15using Common.Logging;
                    
87                // use consistent reads for entire indexing operation
                    
88                using (new ConsistentReadScope())
                    
89                {
                    
                
ChargifyException.cs https://chargify.svn.codeplex.com/svn | C# | 277 lines
                    
33    #region Imports
                    
34    using System;
                    
35    using System.Net;
                    
35    using System.Net;
                    
36    using System.Diagnostics;
                    
37    using System.Runtime.Serialization;
                    
37    using System.Runtime.Serialization;
                    
38    using System.Security.Permissions;
                    
39    using System.Xml;
                    
39    using System.Xml;
                    
40    using System.Collections.Generic;
                    
41    using System.IO;
                    
43    using System.Xml.Linq;
                    
44    using System.Linq;
                    
45    #endregion
                    
                
RssDataSerializer.cs https://mdownloader.svn.codeplex.com/svn | C# | 275 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Runtime.CompilerServices;
                    
4using System.Runtime.CompilerServices;
                    
5using System.Text;
                    
6using System.Xml;
                    
6using System.Xml;
                    
7using System.Xml.Linq;
                    
8using Html.Downloader.Engine.Common;
                    
8using Html.Downloader.Engine.Common;
                    
9using Melon.Commons.Configuration.Updates;
                    
10using Melon.Commons.Repository;
                    
77
                    
78                using (var stream = updater.Update(this.repository.GetReadStream(this.pointcut)))
                    
79                using (var reader = XmlReader.Create(stream, new XmlReaderSettings { CloseInput = true }))
                    
                
ConfigurationPropertySerializer.cs https://csd.svn.codeplex.com/svn | C# | 227 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.VisualStudio.Modeling;
                    
6using System.Xml;
                    
6using System.Xml;
                    
7using System.Text.RegularExpressions;
                    
8
                    
                
Exerciser.cs https://ormsmackdown.svn.codeplex.com/svn | C# | 225 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using OrmSmackdown.LLBLGen.EntityClasses;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using OrmSmackdown.LLBLGen.Linq;
                    
7
                    
                
IndexingExtensions.cs git://github.com/ravendb/ravendb.git | C# | 294 lines
                    
8using System.Globalization;
                    
9using System.Linq;
                    
10using System.Reflection;
                    
10using System.Reflection;
                    
11using System.Runtime.CompilerServices;
                    
12using System.Runtime.InteropServices;
                    
12using System.Runtime.InteropServices;
                    
13using Lucene.Net.Analysis;
                    
14using Lucene.Net.Analysis.Standard;
                    
15using Lucene.Net.Documents;
                    
16using Lucene.Net.Index;
                    
17using Lucene.Net.Search;
                    
18using Raven.Abstractions.Data;
                    
19using Raven.Abstractions.Indexing;
                    
20using Raven.Database.Indexing;
                    
                
skImageCapture.cs http://skimpt.googlecode.com/svn/trunk/ | C# | 313 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Drawing;
                    
6using System.Windows.Forms;
                    
104
                    
105        ///Looking at the code, the first thing you'll see is that I'm using a mixture of GDI and GDI+. 
                    
106        ///This is due largely to the fact that there is a bug present in GDI+ and the BtBlt API.           
                    
114
                    
115        ///first up we just grab all of the monitors using the Screen class' AllScreens property. 
                    
116        ///This does two things for us. First it allows us to figure out how big the entire desktop is, 
                    
123        ///Once we have those screens, it's a trivial matter to calculate the size of the entire bitmap
                    
124        ///by using the Rectangle.Union method to build up the size of the overall image. 
                    
125        ///After we've figured out the size of the final image, we'll grab a Graphics object from the image.
                    
                
EditPageTemplateWorkflow.cs https://CompositeC1.svn.codeplex.com/svn | C# | 225 lines
                    
20using System;
                    
21using System.Collections.Generic;
                    
22using System.IO;
                    
22using System.IO;
                    
23using System.Linq;
                    
24using System.Workflow.Runtime;
                    
25using System.Xml.Linq;
                    
26using Composite.C1Console.Actions;
                    
27using Composite.C1Console.Events;
                    
27using Composite.C1Console.Events;
                    
28using Composite.C1Console.Workflow;
                    
29using Composite.Core.Extensions;
                    
29using Composite.Core.Extensions;
                    
30using Composite.Core.IO;
                    
31using Composite.Core.ResourceSystem;
                    
                
ThemeOptionsControl.cs https://hg01.codeplex.com/indentguide | C# | 273 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Diagnostics;
                    
4using System.Linq;
                    
5using System.Threading;
                    
5using System.Threading;
                    
6using System.Windows.Forms;
                    
7using Microsoft.VisualStudio.ComponentModelHost;
                    
7using Microsoft.VisualStudio.ComponentModelHost;
                    
8using Microsoft.VisualStudio.Editor;
                    
9using Microsoft.VisualStudio.Shell;
                    
9using Microsoft.VisualStudio.Shell;
                    
10using Microsoft.VisualStudio.Text.Editor;
                    
11using Microsoft.VisualStudio.TextManager.Interop;
                    
                
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;
                    
                
EqualityContractTest.cs http://mb-unit.googlecode.com/svn/trunk/ | C# | 333 lines
                    
15
                    
16using System;
                    
17using System.Collections.Generic;
                    
17using System.Collections.Generic;
                    
18using System.Linq;
                    
19using System.Text;
                    
19using System.Text;
                    
20using Gallio.Common;
                    
21using Gallio.Framework;
                    
21using Gallio.Framework;
                    
22using MbUnit.Framework;
                    
23using MbUnit.Framework.ContractVerifiers;
                    
23using MbUnit.Framework.ContractVerifiers;
                    
24using Gallio.Tests;
                    
25using Gallio.Model;
                    
                
IsolineGraphBase.cs https://hg01.codeplex.com/d3future | C# | 296 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.Research.DynamicDataDisplay.Common.Palettes;
                    
6using Microsoft.Research.DynamicDataDisplay.DataSources;
                    
6using Microsoft.Research.DynamicDataDisplay.DataSources;
                    
7using DataSource = Microsoft.Research.DynamicDataDisplay.DataSources.IDataSource2D<double>;
                    
8using System.Windows;
                    
8using System.Windows;
                    
9using Microsoft.Research.DynamicDataDisplay.Charts.Shapes;
                    
10
                    
                
TypeExtensions.cs https://hg01.codeplex.com/fasterflect | C# | 223 lines
                    
19using System;
                    
20using System.Linq;
                    
21using System.Collections.Generic;
                    
                
Perforce.cs https://Malevich.svn.codeplex.com/svn | C# | 242 lines
                    
8//----------------------------------------------------------------------- 
                    
9using System;
                    
10using System.Collections.Generic;
                    
10using System.Collections.Generic;
                    
11using System.Linq;
                    
12using System.IO;
                    
12using System.IO;
                    
13using System.Text;
                    
14using System.Text.RegularExpressions;
                    
15
                    
16using Microsoft.Win32;
                    
17
                    
                
ConfigStore.cs https://7router.svn.codeplex.com/svn | C# | 351 lines
                    
1using System.Xml.Serialization;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using System;
                    
5using System.Security;
                    
6using System.Linq;
                    
7using winapi;
                    
7using winapi;
                    
8using System.Collections.ObjectModel;
                    
9
                    
                
GraphicsDeviceControl.cs https://omixna.svn.codeplex.com/svn | C# | 303 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Drawing;
                    
3using System.Drawing;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Windows.Forms;
                    
7using Microsoft.Xna.Framework.Graphics;
                    
13    using Color = System.Drawing.Color;
                    
14    using Rectangle = Microsoft.Xna.Framework.Rectangle;
                    
15
                    
128            {
                    
129                // If BeginDraw failed, show an error message using System.Drawing.
                    
130                PaintUsingSystemDrawing(e.Graphics, beginDrawError);
                    
                
UsuarioOpc.cs https://inventory.svn.codeplex.com/svn | C# | 286 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;
                    
9using Ucb.Workshop.Dal;
                    
9using Ucb.Workshop.Dal;
                    
10using Ucb.Workshop.Model;
                    
11using Ucb.Workshop.Business.Util;
                    
11using Ucb.Workshop.Business.Util;
                    
12using Ucb.Workshop.Business;
                    
13
                    
                
PriorityThreadPool.cs https://hg01.codeplex.com/compositeapp | C# | 534 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Threading;
                    
6using System.Diagnostics;
                    
                
ConfigurationEditorViewModel.cs https://schedulr.svn.codeplex.com/svn | C# | 247 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Collections.ObjectModel;
                    
4using System.Diagnostics;
                    
5using System.Globalization;
                    
6using System.IO;
                    
6using System.IO;
                    
7using System.Linq;
                    
8using System.Windows;
                    
8using System.Windows;
                    
9using System.Windows.Input;
                    
10using JelleDruyts.Windows;
                    
10using JelleDruyts.Windows;
                    
11using JelleDruyts.Windows.ObjectModel;
                    
12using Microsoft.Win32;
                    
                
RESTProcessor.cs https://hg01.codeplex.com/metatracker | C# | 299 lines
                    
3 * from Dr. M Elkstein's blog, at 
                    
4 * http://rest.elkstein.org/2008/02/using-rest-in-c-sharp.html
                    
5 * 
                    
12
                    
13using System;
                    
14using System.Collections.Generic;
                    
14using System.Collections.Generic;
                    
15using System.Linq;
                    
16using System.Text;
                    
17using System.Net;
                    
18using System.Web;
                    
19using System.IO;
                    
19using System.IO;
                    
20using Newtonsoft.Json;
                    
21using System.Diagnostics;
                    
                
HasManyConventionTests.cs git://github.com/jagregory/fluent-nhibernate.git | C# | 293 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Linq.Expressions;
                    
4using System.Linq.Expressions;
                    
5using FluentNHibernate.Automapping.TestFixtures;
                    
6using FluentNHibernate.Conventions.Helpers.Builders;
                    
6using FluentNHibernate.Conventions.Helpers.Builders;
                    
7using FluentNHibernate.Conventions.Instances;
                    
8using FluentNHibernate.Mapping;
                    
8using FluentNHibernate.Mapping;
                    
9using FluentNHibernate.MappingModel;
                    
10using FluentNHibernate.MappingModel.Collections;
                    
10using FluentNHibernate.MappingModel.Collections;
                    
11using FluentNHibernate.Testing.FluentInterfaceTests;
                    
12using NUnit.Framework;
                    
                
CompilerServiceBase.cs git://github.com/ServiceStack/ServiceStack.git | C# | 0 lines
                    
1using System.Web.Mvc.Razor;
                    
2using System.Web.Razor.Parser.SyntaxTree;
                    
2using System.Web.Razor.Parser.SyntaxTree;
                    
3using RazorEngine.Compilation.CSharp;
                    
4
                    
6{
                    
7    using System;
                    
8    using System.CodeDom;
                    
8    using System.CodeDom;
                    
9    using System.Collections.Generic;
                    
10    using System.IO;
                    
10    using System.IO;
                    
11    using System.Linq;
                    
12    using System.Reflection;
                    
12    using System.Reflection;
                    
13    using System.Web.Razor;
                    
14    using System.Web.Razor.Generator;
                    
                
StrictXamlHelper.cs https://wf.svn.codeplex.com/svn | C# | 241 lines
                    
8{
                    
9    using System;
                    
10    using System.Activities;
                    
10    using System.Activities;
                    
11    using System.Activities.XamlIntegration;
                    
12    using System.Collections.Generic;
                    
13    using System.Diagnostics;
                    
14    using System.Linq;
                    
15    using System.Reflection;
                    
15    using System.Reflection;
                    
16    using System.Xaml;
                    
17    using System.Xaml.Permissions;
                    
17    using System.Xaml.Permissions;
                    
18    using System.Xml;
                    
19
                    
                
UrlHelperExtensions.cs https://hg01.codeplex.com/xoohoo | C# | 234 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Net;
                    
4using System.Net;
                    
5using System.Text;
                    
6using System.Web;
                    
6using System.Web;
                    
7using System.Web.Caching;
                    
8using System.Web.Mvc;
                    
8using System.Web.Mvc;
                    
9using System.Web.Routing;
                    
10using Xoohoo.ViewEngines;
                    
                
VB6.cs https://MSBuildExtensionPack.svn.codeplex.com/svn | C# | 232 lines
                    
5{
                    
6    using System;
                    
7    using System.Diagnostics;
                    
7    using System.Diagnostics;
                    
8    using System.Globalization;
                    
9    using System.IO;
                    
9    using System.IO;
                    
10    using System.Linq;
                    
11    using Microsoft.Build.Framework;
                    
11    using Microsoft.Build.Framework;
                    
12    using MSBuild.ExtensionPack.VisualStudio.Extended;
                    
13
                    
133        {
                    
134            using (Process proc = new Process())
                    
135            {
                    
                
PropertyEqualityValidator.cs https://fluentassertions.svn.codeplex.com/svn | C# | 271 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Globalization;
                    
4using System.Globalization;
                    
5using System.Linq;
                    
6using System.Reflection;
                    
7
                    
8using FluentAssertions.Common;
                    
9
                    
93
                    
94                    AssertPropertyEqualityUsingVerificationContext(expectedValue, actualValue, propertyInfo);
                    
95                }
                    
112
                    
113        private void AssertPropertyEqualityUsingVerificationContext(object expectedValue, object actualValue, PropertyInfo propertyInfo)
                    
114        {
                    
                
SiteBrowser.cs https://mdownloader.svn.codeplex.com/svn | C# | 249 lines
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Text.RegularExpressions;
                    
7using Html.Engine.Browsing;
                    
7using Html.Engine.Browsing;
                    
8using Html.Engine.Domain;
                    
9using Html.Engine.Domain.Core;
                    
10using Html.Engine.Domain.Forms;
                    
11using MDownloader.Hostings.Common;
                    
12using MDownloader.Hostings.Core;
                    
166
                    
167            using (var result = browser.GetResourceData(form, ResourceRange.Default))
                    
168            {
                    
                
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
                    
                
NodeObject.cs https://aimgameengine.svn.codeplex.com/svn | C# | 340 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Text;
                    
6
                    
7using Microsoft.Xna.Framework;
                    
8using Microsoft.Xna.Framework.Graphics;
                    
9
                    
10using AimGameLibrary;
                    
11using AimGameLibrary.GameObject;
                    
                
TeamController.cs https://osble.svn.codeplex.com/svn | C# | 277 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
6using OSBLE.Models.Assignments;
                    
6using OSBLE.Models.Assignments;
                    
7using OSBLE.Models.Courses;
                    
8
                    
247            //Remove any empty teams.  This is a possibility when a team was loaded from
                    
248            //the database and then removed using the team creation tool.  Because we
                    
249            //retrieved it from the DB and added it to our list of teams, it will exist
                    
                
ImportPanelEpID.cs http://mptvseries.googlecode.com/svn/trunk/ | C# | 307 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;
                    
9using System.Globalization;
                    
                
RibbonPopup.cs https://pde.svn.codeplex.com/svn | C# | 319 lines
                    
9
                    
10using System;
                    
11using System.Collections.Generic;
                    
12using System.Diagnostics.CodeAnalysis;
                    
13using System.Linq;
                    
14using System.Windows;
                    
14using System.Windows;
                    
15using System.Windows.Controls;
                    
16using System.Windows.Controls.Primitives;
                    
16using System.Windows.Controls.Primitives;
                    
17using System.Windows.Input;
                    
18using System.Windows.Interop;
                    
18using System.Windows.Interop;
                    
19using System.Windows.Media;
                    
20
                    
                
HTMLTools_Test.cs https://myBoard.svn.codeplex.com/svn | C# | 101 lines
                    
1using System;
                    
2using System.Text;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
71            Assert.AreEqual(120, width);
                    
72            width = htmlTools.GetHtmlWidth(@"<script type=""text/javascript"" src=""http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js""></script><script>if (WIDGETBOX) WIDGETBOX.renderWidget('4987c999-03e0-446c-a2d7-fd9f9a784914');</script><noscript>Get the <a href=""http://www.widgetbox.com/widget/baby-ticker"">Baby Ticker - The Baby Countdown Pregnancy Ticker</a> wiydget and many other <a href=""http://www.widgetbox.com/"">great free widgets</a> at <a href=""http://www.widgetbox.com"">Widgetbox</a>! Not seeing a widget? (<a href=""http://docs.widgetbox.com/using-widgets/installing-widgets/why-cant-i-see-my-widget/"">More info</a>)</noscript>", 0);
                    
73            Assert.AreEqual(-1, width);
                    
                
Observable2 - Introspection.cs https://rxx.svn.codeplex.com/svn | C# | 343 lines
                    
1using System.Collections.Generic;
                    
2using System.Diagnostics.Contracts;
                    
2using System.Diagnostics.Contracts;
                    
3using System.Linq;
                    
4using System.Reactive.Concurrency;
                    
4using System.Reactive.Concurrency;
                    
5using System.Reactive.Disposables;
                    
6using System.Reactive.Subjects;
                    
                
ShellGateway.cs https://refassistant.svn.codeplex.com/svn | C# | 290 lines
                    
7
                    
8using System;
                    
9using System.Collections.Generic;
                    
9using System.Collections.Generic;
                    
10using System.Linq;
                    
11using System.Text;
                    
12
                    
13using Lardite.RefAssistant.ObjectModel;
                    
14using Lardite.RefAssistant.UI;
                    
14using Lardite.RefAssistant.UI;
                    
15using Lardite.RefAssistant.Utils;
                    
16
                    
179        /// <returns>If true, then can.</returns>
                    
180        public bool CanRemoveUnusedUsings(ProjectInfo projectInfo)
                    
181        {
                    
                
DownloadOpenSubtitlesViewModel.cs https://SubtitleTools.svn.codeplex.com/svn | C# | 287 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Threading;
                    
4using System.Threading;
                    
5using SubtitleTools.Common.Files;
                    
6using SubtitleTools.Common.ISO639;
                    
6using SubtitleTools.Common.ISO639;
                    
7using SubtitleTools.Common.Logger;
                    
8using SubtitleTools.Common.MVVM;
                    
8using SubtitleTools.Common.MVVM;
                    
9using SubtitleTools.Infrastructure.Core;
                    
10using SubtitleTools.Infrastructure.Core.OpenSubtitlesOrg;
                    
10using SubtitleTools.Infrastructure.Core.OpenSubtitlesOrg;
                    
11using SubtitleTools.Infrastructure.Models;
                    
12using SubtitleTools.Infrastructure.Core.OpenSubtitlesOrg.API;
                    
                
MainViewModel.cs https://currency.svn.codeplex.com/svn | C# | 394 lines
                    
1using System;
                    
2using System.ComponentModel;
                    
2using System.ComponentModel;
                    
3using System.Linq;
                    
4using System.Runtime.Serialization;
                    
4using System.Runtime.Serialization;
                    
5using System.Windows;
                    
6using Coding4Fun.CurrencyExchange.Helpers;
                    
6using Coding4Fun.CurrencyExchange.Helpers;
                    
7using Coding4Fun.CurrencyExchange.Models;
                    
8
                    
                
CodeBinder.cs git://github.com/mono/monodevelop.git | C# | 352 lines
                    
30using System.Collections.Generic;
                    
31using System.Linq;
                    
32
                    
34using MonoDevelop.Core.ProgressMonitoring;
                    
35using MonoDevelop.Projects;
                    
36using MonoDevelop.Projects.Text;
                    
36using MonoDevelop.Projects.Text;
                    
37using MonoDevelop.Ide.Gui;
                    
38using MonoDevelop.GtkCore.Dialogs;
                    
39using MonoDevelop.Ide;
                    
40using MonoDevelop.Ide.TypeSystem;
                    
41using MonoDevelop.Ide.FindInFiles;
                    
42using Microsoft.CodeAnalysis;
                    
43using Microsoft.CodeAnalysis.CSharp;
                    
44using Microsoft.CodeAnalysis.CSharp.Syntax;
                    
                
XmlExtensions.cs https://cudafy.svn.codeplex.com/svn | C# | 261 lines
                    
21*/
                    
22using System;
                    
23using System.Collections.Generic;
                    
23using System.Collections.Generic;
                    
24using System.Linq;
                    
25using System.Text;
                    
25using System.Text;
                    
26using System.IO;
                    
27using System.Diagnostics;
                    
27using System.Diagnostics;
                    
28using System.Xml;
                    
29using System.Xml.Linq;
                    
45            XDocument xDoc = new XDocument();
                    
46            using (XmlWriter xmlWriter = xDoc.CreateWriter())
                    
47                node.WriteTo(xmlWriter);
                    
                
GPGPURAND.cs https://cudafy.svn.codeplex.com/svn | C# | 275 lines
                    
21*/
                    
22using System;
                    
23using System.Collections.Generic;
                    
23using System.Collections.Generic;
                    
24using System.Linq;
                    
25using System.Text;
                    
25using System.Text;
                    
26using System.Diagnostics;
                    
27using Cudafy.Host;
                    
                
ForumsMainViewControl.cs https://eneta.svn.codeplex.com/svn | C# | 276 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web.UI;
                    
4using System.Web.UI;
                    
5using System.Web.UI.HtmlControls;
                    
6using System.Web.UI.WebControls;
                    
6using System.Web.UI.WebControls;
                    
7using Eneta.Portal.Common;
                    
8using Eneta.Portal.Common.Dto;
                    
8using Eneta.Portal.Common.Dto;
                    
9using Eneta.Portal.Common.Repository;
                    
10using Microsoft.SharePoint;
                    
                
ToSolidColorBrush.cs https://PhantomMvvmToolKit.svn.codeplex.com/svn | C# | 267 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Net;
                    
4using System.Net;
                    
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.Ink;
                    
10using System.Windows.Input;
                    
10using System.Windows.Input;
                    
11using System.Windows.Media;
                    
12using System.Windows.Media.Animation;
                    
                
TextTemplatingEngineHost.cs https://hg01.codeplex.com/cnsmartcodegenerator | C# | 314 lines
                    
1using System;
                    
2using System.Data;
                    
2using System.Data;
                    
3using System.Data.SqlClient;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Linq;
                    
6using System.Text;
                    
6using System.Text;
                    
7using Microsoft.VisualStudio.TextTemplating;
                    
8using System.CodeDom.Compiler;
                    
8using System.CodeDom.Compiler;
                    
9using System.IO; 
                    
10
                    
80        }
                    
81        //The host can provide standard imports or using statements.
                    
82        //The engine will add these statements to the generated 
                    
                
Guard.cs https://MvcEngine.svn.codeplex.com/svn | C# | 231 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text.RegularExpressions;
                    
4using System.Text.RegularExpressions;
                    
5using System.Globalization;
                    
6
                    
                
CodeGenerator.cs git://github.com/mono/monodevelop.git | C# | 340 lines
                    
26
                    
27using System;
                    
28using MonoDevelop.Projects.Dom.Parser;
                    
28using MonoDevelop.Projects.Dom.Parser;
                    
29using MonoDevelop.Projects.Dom;
                    
30using System.Text;
                    
31using System.Collections.Generic;
                    
32using System.Linq;
                    
33using Mono.Addins;
                    
138			DomLocation lastLoc = DomLocation.Empty;
                    
139			foreach (IUsing us in declaringType.CompilationUnit.Usings.Where (u => u.IsFromNamespace && u.ValidRegion.Contains (declaringType.Location))) {
                    
140				if (lastLoc == us.Region.Start)
                    
                
Program.cs https://acs.svn.codeplex.com/svn | C# | 239 lines
                    
18{
                    
19    using System;
                    
20    using System.Globalization;
                    
21    using System.IO;
                    
22    using System.Linq;
                    
23    using System.Security.Cryptography.X509Certificates;
                    
23    using System.Security.Cryptography.X509Certificates;
                    
24    using System.Text;
                    
25    using Common.ACS.Management;
                    
58        //
                    
59        // This is a convenient way to provision an IdP using Federation Metadata. 
                    
60        // Be aware that this mechanism doesn't allow you to control every IdP parameter.
                    
79            ManagementService svc = ManagementServiceHelper.CreateManagementServiceClient();
                    
80            using (Stream metadataFileStream = new FileStream(fedMetadataFile, FileMode.Open, FileAccess.Read))
                    
81            {
                    
                
LinqProductDetailsAdmin.ascx.cs https://linqcommerce.svn.codeplex.com/svn | C# | 238 lines
                    
1using System;
                    
2using System.Configuration;
                    
2using System.Configuration;
                    
3using System.Web.UI.WebControls;
                    
4using System.Data.Linq;
                    
4using System.Data.Linq;
                    
5using Telerik.Web.UI;
                    
6using System.IO;
                    
7using System.Drawing.Imaging;
                    
8using System.Linq;
                    
9using LinqCommerce;
                    
                
ResultSpecificationMock.cs https://espwebparts.svn.codeplex.com/svn | C# | 450 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using Com.FastSearch.Esp.Search.View;
                    
7
                    
                
VariableLookupVisitor.cs git://github.com/mono/monodevelop.git | C# | 288 lines
                    
27using System;
                    
28using System.Linq;
                    
29using System.Collections.Generic;
                    
29using System.Collections.Generic;
                    
30using MonoDevelop.Projects.Dom;
                    
31using MonoDevelop.Projects.Dom.Parser;
                    
31using MonoDevelop.Projects.Dom.Parser;
                    
32using Mono.TextEditor;
                    
33using ICSharpCode.NRefactory.CSharp;
                    
                
JqGridColumnModel.cs https://tpeczek.svn.codeplex.com/svn | C# | 255 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Runtime.Serialization;
                    
6using System.Web.Mvc;
                    
6using System.Web.Mvc;
                    
7using Lib.Web.Mvc.JQuery.JqGrid.DataAnnotations;
                    
8using System.ComponentModel.DataAnnotations;
                    
                
InstallPrerequisite.cs https://UCSDBioLit.svn.codeplex.com/svn | C# | 280 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 System.Diagnostics;
                    
9using System.Diagnostics;
                    
10using System.IO;
                    
11using System.Deployment;
                    
11using System.Deployment;
                    
12using Microsoft.Win32;
                    
13using System.Security.Permissions;
                    
                
AreaPathIterationForm.cs https://TFW.svn.codeplex.com/svn | C# | 289 lines
                    
7
                    
8using System;
                    
9using System.Collections.Generic;
                    
9using System.Collections.Generic;
                    
10using System.ComponentModel;
                    
11using System.Data;
                    
12using System.Drawing;
                    
13using System.Linq;
                    
14using System.Text;
                    
14using System.Text;
                    
15using System.Windows.Forms;
                    
16using Microsoft.TeamFoundation.Server;
                    
16using Microsoft.TeamFoundation.Server;
                    
17using Microsoft.TeamFoundation.Client;
                    
18using System.Xml;
                    
                
ArtifactStateRuleManager.cs https://eXpand.svn.codeplex.com/svn | C# | 223 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Reflection;
                    
3using System.Reflection;
                    
4using DevExpress.ExpressApp;
                    
5using DevExpress.ExpressApp.DC;
                    
5using DevExpress.ExpressApp.DC;
                    
6using DevExpress.ExpressApp.Localization;
                    
7using DevExpress.ExpressApp.Security;
                    
8using DevExpress.Persistent.Base;
                    
9using System.Collections.Generic;
                    
10using DevExpress.ExpressApp.Utils;
                    
10using DevExpress.ExpressApp.Utils;
                    
11using DevExpress.ExpressApp.Filtering;
                    
12using DevExpress.Data.Filtering.Helpers;
                    
                
GeoUtil.cs https://gglgeo.svn.codeplex.com/svn | C# | 294 lines
                    
6 */
                    
7using System;
                    
8using System.Collections.Generic;
                    
8using System.Collections.Generic;
                    
9using System.Linq;
                    
10using System.Text;
                    
10using System.Text;
                    
11using CtpGglMap.Core;
                    
12using CtpGglMap.Impl;
                    
                
UICompositionAssertion.cs https://prism.svn.codeplex.com/svn | C# | 254 lines
                    
16//===================================================================================
                    
17using System;
                    
18using System.Collections.Generic;
                    
18using System.Collections.Generic;
                    
19using System.Linq;
                    
20using System.Text;
                    
21using AcceptanceTestLibrary.Common;
                    
22using Core.UIItems;
                    
23using UIComposition.Tests.AcceptanceTest.TestInfrastructure;
                    
24using Core.UIItems.TabItems;
                    
25using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
26using Core.UIItems.Finders;
                    
26using Core.UIItems.Finders;
                    
27using AcceptanceTestLibrary.Common.Desktop;
                    
28using UIComposition.Tests.AcceptanceTest.TestEntities.Page;
                    
                
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;
                    
                
RemoteFile.cs https://hg01.codeplex.com/blogengine | C# | 0 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Net;
                    
6using System.Security;
                    
6using System.Security;
                    
7using System.IO;
                    
8
                    
20    /// For example, the JavascriptHandler accepts off-server addresses as a path. An attacker could, for instance, pass the url
                    
21    /// to a file that's a few gigs in size, causing the server to get out-of-memory exceptions or some other errors. An attacker
                    
22    /// could also use this same method to use one BlogEngine instance to hammer another site by, again, passing an off-server
                    
113        {
                    
114            using (var response = this.GetWebResponse())
                    
115            {
                    
                
Widget.cs git://github.com/chrisforbes/OpenRA.git | C# | 414 lines
                    
10
                    
11using System;
                    
12using System.Collections.Generic;
                    
13using System.Drawing;
                    
14using System.Linq;
                    
15using OpenRA.FileFormats;
                    
15using OpenRA.FileFormats;
                    
16using OpenRA.Graphics;
                    
17
                    
                
ModelTreeOperations.cs https://pde.svn.codeplex.com/svn | C# | 263 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.VisualStudio.Modeling;
                    
6
                    
                
TestServiceProvider.cs https://Silverlight.svn.codeplex.com/svn | C# | 259 lines
                    
5
                    
6using System;
                    
7using System.Collections.Generic;
                    
7using System.Collections.Generic;
                    
8using System.Diagnostics.CodeAnalysis;
                    
9using System.Globalization;
                    
9using System.Globalization;
                    
10using System.Linq;
                    
11using Microsoft.Silverlight.Testing.Service;
                    
                
TransitIcon.xaml.cs http://zero-k.googlecode.com/svn/trunk/ | C# | 213 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Windows;
                    
3using System.Windows;
                    
4using System.Windows.Controls;
                    
5using System.Windows.Ink;
                    
5using System.Windows.Ink;
                    
6using System.Windows.Input;
                    
7using System.Windows.Media;
                    
7using System.Windows.Media;
                    
8using PlanetWars.ServiceReference;
                    
9using PlanetWars.Tabs;
                    
                
Quest.cs git://github.com/mooege/mooege.git | C# | 228 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
20using System.Collections.Generic;
                    
21using System.Linq;
                    
22using System.Text;
                    
22using System.Text;
                    
23using Mooege.Common.MPQ;
                    
24using Mooege.Net.GS.Message.Definitions.Quest;
                    
24using Mooege.Net.GS.Message.Definitions.Quest;
                    
25using Mooege.Core.GS.Common.Types.SNO;
                    
26using Mooege.Core.GS.Games;
                    
26using Mooege.Core.GS.Games;
                    
27using Mooege.Common;
                    
28
                    
                
SerializationHelper.cs http://duality.googlecode.com/svn/trunk/ | C# | 429 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.Text;
                    
5using System.Text;
                    
6using System.Reflection;
                    
7using System.Runtime.Serialization;
                    
7using System.Runtime.Serialization;
                    
8using System.IO;
                    
9
                    
                
ResponseInspectorFilter.cs https://AntiXSS.svn.codeplex.com/svn | C# | 253 lines
                    
20{
                    
21    using System;
                    
22    using System.Collections.Generic;
                    
23    using System.IO;
                    
24    using System.Linq;
                    
25    using System.Web;
                    
26
                    
27    using PlugIns;
                    
28
                    
                
Schema.cs https://EffiProz.svn.codeplex.com/svn | C# | 317 lines
                    
36
                    
37using System;
                    
38using System.Collections.Generic;
                    
38using System.Collections.Generic;
                    
39using System.Linq;
                    
40using System.Text;
                    
40using System.Text;
                    
41using EffiProz.Core.Rights;
                    
42using EffiProz.Core.Lib;
                    
42using EffiProz.Core.Lib;
                    
43using EffiProz.Core.Errors;
                    
44
                    
                
ConfigurationViewModel.cs https://ProcessAffinity.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 System.Collections.ObjectModel;
                    
6using System.Threading;
                    
6using System.Threading;
                    
7using System.Windows.Input;
                    
8using Fantacid303.ProcessAffinityControl.Manager.Extensions;
                    
8using Fantacid303.ProcessAffinityControl.Manager.Extensions;
                    
9using Fantacid303.ProcessAffinityControl.Config;
                    
10using Fantacid303.ProcessAffinityControl.Common;
                    
10using Fantacid303.ProcessAffinityControl.Common;
                    
11using System.IO;
                    
12using System.Windows;
                    
                
FaultDatabaseControl.cs https://stackhash.svn.codeplex.com/svn | C# | 233 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Collections.Specialized;
                    
6using System.Globalization;
                    
6using System.Globalization;
                    
7using System.Diagnostics.CodeAnalysis;
                    
8
                    
8
                    
9using StackHashBugTrackerInterfaceV1;
                    
10
                    
151        /// StackHash client so endeavour to make the settings intuitive and easy to change.
                    
152        /// When it comes to using properties, you want to allow upper/lower case or short variants. e.g. False, false, F, 0 
                    
153        /// all might mean the same thing.
                    
                
DynamicLinqTest.cs git://github.com/mono/mono.git | C# | 338 lines
                    
25#endregion
                    
26using System;
                    
27using System.Collections.Generic;
                    
27using System.Collections.Generic;
                    
28using System.Linq;
                    
29using System.Text;
                    
29using System.Text;
                    
30using NUnit.Framework;
                    
31using System.Linq.Dynamic;
                    
31using System.Linq.Dynamic;
                    
32using Test_NUnit;
                    
33using System.Linq.Expressions;
                    
33using System.Linq.Expressions;
                    
34using System.Reflection;
                    
35
                    
                
CharacterInventory.cs http://netgore.googlecode.com/svn/netgore/trunk/ | C# | 299 lines
                    
1using System;
                    
2using System.Diagnostics;
                    
2using System.Diagnostics;
                    
3using System.Linq;
                    
4using System.Reflection;
                    
4using System.Reflection;
                    
5using DemoGame.Server.Queries;
                    
6using log4net;
                    
6using log4net;
                    
7using NetGore;
                    
8using NetGore.Db;
                    
                
DotNetProjectConfiguration.cs git://github.com/mono/monodevelop.git | C# | 304 lines
                    
29using System;
                    
30using System.Linq;
                    
31using MonoDevelop.Core;
                    
31using MonoDevelop.Core;
                    
32using MonoDevelop.Core.Assemblies;
                    
33using MonoDevelop.Core.StringParsing;
                    
33using MonoDevelop.Core.StringParsing;
                    
34using System.Collections.Generic;
                    
35
                    
                
GUi.cs https://scrabler.svn.codeplex.com/svn | C# | 447 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 Scrabler;
                    
10
                    
11using System.IO;
                    
12using System.Reflection;
                    
12using System.Reflection;
                    
13using System.Runtime.InteropServices;
                    
14using FireAnt.Windows;
                    
                
UserGroupEditorController.cs https://hg01.codeplex.com/umbraco | C# | 267 lines
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
5using System.Web.Mvc;
                    
6using Umbraco.Cms.Web.Context;
                    
7using Umbraco.Cms.Web.Model.BackOffice.Editors;
                    
7using Umbraco.Cms.Web.Model.BackOffice.Editors;
                    
8using Umbraco.Cms.Web.Mvc.ActionFilters;
                    
9using Umbraco.Cms.Web.Security.Permissions;
                    
13using Umbraco.Framework.Persistence.Model;
                    
14using Umbraco.Framework.Persistence.Model.Associations;
                    
15using Umbraco.Framework.Persistence.Model.Attribution.MetaData;
                    
15using Umbraco.Framework.Persistence.Model.Attribution.MetaData;
                    
16using Umbraco.Framework.Persistence.Model.Constants;
                    
17using Umbraco.Framework.Persistence.Model.Constants.Entities;
                    
                
ViewsCollectionFixture.cs https://prism.svn.codeplex.com/svn | C# | 212 lines
                    
16//===================================================================================
                    
17using System.Collections;
                    
18using System.Collections.ObjectModel;
                    
19using System.Collections.Specialized;
                    
20using System.Linq;
                    
21using Microsoft.Practices.Composite.Regions;
                    
21using Microsoft.Practices.Composite.Regions;
                    
22using Microsoft.Practices.Composite.Presentation.Regions;
                    
23using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
                
FormulaExpress.cs https://hg01.codeplex.com/dotnetcommon1 | C# | 0 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
                
VisitorStatistics.aspx.cs https://RSW.svn.codeplex.com/svn | C# | 254 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Linq.Expressions;
                    
4using System.Linq.Expressions;
                    
5using System.Web.UI.WebControls;
                    
6using Wicresoft.RDW.Presentation;
                    
6using Wicresoft.RDW.Presentation;
                    
7using Wicresoft.RDW.Utility;
                    
8
                    
                
PostExtensions.cs https://commonlibrarynetmvc.svn.codeplex.com/svn | C# | 309 lines
                    
15
                    
16using System;
                    
17using System.Collections.Generic;
                    
17using System.Collections.Generic;
                    
18using System.Linq;
                    
19using System.Text;
                    
19using System.Text;
                    
20using System.Data;
                    
21
                    
22using ComLib.Extensions;
                    
23using ComLib.Entities;
                    
24using ComLib.Caching;
                    
24using ComLib.Caching;
                    
25using ComLib.LocationSupport;
                    
26using ComLib.Data;
                    
                
DateTimeTicksProvider.cs https://hg01.codeplex.com/d3future | C# | 308 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Diagnostics;
                    
6using System.Globalization;
                    
6using System.Globalization;
                    
7using Microsoft.Research.DynamicDataDisplay.Common.Auxiliary;
                    
8
                    
                
RecentComments.cs https://hg01.codeplex.com/blogengine | C# | 225 lines
                    
8{
                    
9    using System;
                    
10    using System.Collections.Generic;
                    
11    using System.IO;
                    
12    using System.Linq;
                    
13    using System.Text.RegularExpressions;
                    
13    using System.Text.RegularExpressions;
                    
14    using System.Web.UI;
                    
15    using System.Web.UI.HtmlControls;
                    
16
                    
17    using BlogEngine.Core;
                    
18
                    
18
                    
19    using Resources;
                    
20
                    
                
Legend.xaml.cs https://hg01.codeplex.com/d3future | C# | 302 lines
                    
1using System.Collections.Generic;
                    
2using System.Collections.Specialized;
                    
3using System.ComponentModel;
                    
4using System.Linq;
                    
5using System.Windows;
                    
5using System.Windows;
                    
6using System.Windows.Controls;
                    
7using System.Windows.Media.Effects;
                    
7using System.Windows.Media.Effects;
                    
8using System;
                    
9
                    
                
JsonComments.cs https://hg01.codeplex.com/blogengine | C# | 0 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections.Generic;
                    
4    using System.Collections.Generic;
                    
5    using System.Linq;
                    
6
                    
                
Weather.cs https://htchome.svn.codeplex.com/svn | C# | 221 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.Globalization;
                    
4using System.Linq;
                    
5using System.Xml;
                    
5using System.Xml;
                    
6using System.Xml.Linq;
                    
7
                    
7
                    
8using HTCHome.Core;
                    
9
                    
9
                    
10using WeatherClockWidget;
                    
11using WeatherClockWidget.Domain;
                    
                
RunBackup.cs http://duplicati.googlecode.com/svn/trunk/ | C# | 275 lines
                    
19#endregion
                    
20using System;
                    
21using System.Collections.Generic;
                    
22using System.Diagnostics;
                    
23using System.Linq;
                    
24// This is a x86 exe - If you are using Express, see this:
                    
95            string LogFile = Duplicati.Scheduler.Utility.Tools.LogFileName(Package);
                    
96            using (new Notifier())  // Attempt to put that little thingy in the tray
                    
97            // Create the log
                    
97            // Create the log
                    
98            using (Duplicati.Library.Logging.AppendLog Log = new Duplicati.Library.Logging.AppendLog(LogFile, Job))
                    
99            {
                    
107                    // Load the history XML dataset
                    
108                    using (Duplicati.Scheduler.Data.HistoryDataSet hds = new Duplicati.Scheduler.Data.HistoryDataSet())
                    
109                    {
                    
                
NewsController.cs https://hg01.codeplex.com/nopc23multistore | C# | 0 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
6using Nop.Admin.Models.News;
                    
6using Nop.Admin.Models.News;
                    
7using Nop.Core.Domain.News;
                    
8using Nop.Services.Customers;
                    
8using Nop.Services.Customers;
                    
9using Nop.Services.Helpers;
                    
10using Nop.Services.Localization;
                    
10using Nop.Services.Localization;
                    
11using Nop.Services.News;
                    
12using Nop.Web.Framework;
                    
                
WcfAndRestCakeDualService.cs https://hg01.codeplex.com/rest | C# | 269 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Data;
                    
4using System.Data.Objects.DataClasses;
                    
4using System.Data.Objects.DataClasses;
                    
5using System.Linq;
                    
6using System.ServiceModel;
                    
6using System.ServiceModel;
                    
7using System.ServiceModel.Activation;
                    
8using System.ServiceModel.Web;
                    
8using System.ServiceModel.Web;
                    
9using System.Text;
                    
10using RestCake.AddressBook.DataAccess;
                    
                
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) {
                    
                
DefaultRenderer.cs http://netgore.googlecode.com/svn/netgore/trunk/ | C# | 294 lines
                    
20
                    
21using System;
                    
22using System.Collections;
                    
23using System.IO;
                    
24using System.Linq;
                    
25using log4net.Util;
                    
86        ///			array type name, an open brace, followed by a comma
                    
87        ///			separated list of the elements (using the appropriate
                    
88        ///			renderer), followed by a close brace. 
                    
103        ///			Rendered as an open brace, followed by a comma
                    
104        ///			separated list of the elements (using the appropriate
                    
105        ///			renderer), followed by a close brace.
                    
119        ///			<para>
                    
120        ///			Rendered as the key, an equals sign ('='), and the value (using the appropriate
                    
121        ///			renderer). 
                    
                
SettingsFileOptionsForm.cs https://hg01.codeplex.com/rsm | C# | 273 lines
                    
13
                    
14  using System;
                    
15  using System.Collections.Generic;
                    
15  using System.Collections.Generic;
                    
16  using System.Windows.Forms;
                    
17
                    
17
                    
18  using ComponentSettingsManagers;
                    
19
                    
19
                    
20  using JetBrains.Annotations;
                    
21  using JetBrains.Util;
                    
24
                    
25  using System.Linq;
                    
26
                    
                
HtmlInputTests.cs https://hg01.codeplex.com/nearforums | C# | 244 lines
                    
1using System;
                    
2using System.Text;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
5using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
6using NearForums.Web.Extensions;
                    
7using NearForums.Tests;
                    
7using NearForums.Tests;
                    
8using HtmlAgilityPack;
                    
9using System.IO;
                    
                
FileController.cs http://asp-dot-net-training-project.googlecode.com/svn/trunk/ | C# | 0 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Web.Mvc;
                    
6using FileServer.Models;
                    
6using FileServer.Models;
                    
7using System.Data;
                    
8using System.Web.UI.WebControls;
                    
                
 

Source

Language