PageRenderTime 491ms queryTime 128ms sortTime 27ms getByIdsTime 41ms findMatchingLines 132ms

100+ results results for 'using System.Linq; repo:steenlund/mono-2.6.7-for-amiga' (491 ms)

Not the results you expected?
BotUtil.cs http://encog-cs.googlecode.com/svn/trunk/ | C# | 324 lines
                    
30#if !SILVERLIGHT
                    
31using System;
                    
32using System.Collections.Generic;
                    
32using System.Collections.Generic;
                    
33using System.Linq;
                    
34using System.Text;
                    
34using System.Text;
                    
35using System.IO;
                    
36using System.Net;
                    
36using System.Net;
                    
37using Encog.Util.HTTP;
                    
38using log4net;
                    
38using log4net;
                    
39using Encog.Util;
                    
40
                    
                
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
                    
                
MainForm.cs http://libwp7n2012.googlecode.com/svn/trunk/ | C# | 388 lines
                    
1using System;
                    
2using System.Drawing;
                    
2using System.Drawing;
                    
3using System.Windows.Forms;
                    
4using System.Collections;
                    
4using System.Collections;
                    
5using System.Linq;
                    
6
                    
                
DataInMemory.aspx.cs https://cfx.svn.codeplex.com/svn | C# | 289 lines
                    
19
                    
20#region Using directives
                    
21using System;
                    
22using System.Collections.Generic;
                    
23using System.Linq;
                    
24using System.Web;
                    
24using System.Web;
                    
25using System.Web.UI;
                    
26using System.Web.UI.WebControls;
                    
26using System.Web.UI.WebControls;
                    
27using System.Data;
                    
28#endregion Using directives
                    
                
LevelGenerator.cs http://ap222cb.googlecode.com/svn/trunk/ | C# | 217 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.Xna.Framework;
                    
6
                    
48            string line;
                    
49            using (System.IO.StreamReader file = new System.IO.StreamReader(levelTextFileName))
                    
50            {
                    
                
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;
                    
                
InterfaceManager.cs http://big-mcgreed.googlecode.com/svn/trunk/ | C# | 291 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Big_McGreed.content.gameinterface.buttons;
                    
6using Microsoft.Xna.Framework.Input;
                    
6using Microsoft.Xna.Framework.Input;
                    
7using Big_McGreed.logic.map;
                    
8using Microsoft.Xna.Framework;
                    
8using Microsoft.Xna.Framework;
                    
9using Big_McGreed.content.gameframe;
                    
10using Microsoft.Xna.Framework.Graphics;
                    
10using Microsoft.Xna.Framework.Graphics;
                    
11using Big_McGreed.content.gameinterface.interfaces;
                    
12
                    
                
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) {
                    
                
SocialAuthHttpModule.cs http://socialauth-net.googlecode.com/svn/trunk/ | C# | 199 lines
                    
24*/
                    
25using System;
                    
26using System.Collections.Generic;
                    
26using System.Collections.Generic;
                    
27using System.Linq;
                    
28using System.Text;
                    
28using System.Text;
                    
29using System.Web;
                    
30using System.Web.Security;
                    
30using System.Web.Security;
                    
31using System.Web.SessionState;
                    
32using System.Security.Principal;
                    
32using System.Security.Principal;
                    
33using Brickred.SocialAuth.NET.Core.BusinessObjects;
                    
34using System.Text.RegularExpressions;
                    
                
DictionaryWithParentSnapshot.cs git://github.com/ravendb/ravendb.git | C# | 342 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Diagnostics;
                    
4using System.Diagnostics;
                    
5using System.Runtime.CompilerServices;
                    
6using Raven.Imports.Newtonsoft.Json.Linq;
                    
6using Raven.Imports.Newtonsoft.Json.Linq;
                    
7using System.Linq;
                    
8
                    
                
WindowsPhoneDevice.cs https://hg01.codeplex.com/wptools | C# | 363 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Microsoft.SmartDevice.Connectivity;
                    
6using System.Collections.ObjectModel;
                    
6using System.Collections.ObjectModel;
                    
7using System.ComponentModel;
                    
8using System.Globalization;
                    
8using System.Globalization;
                    
9using Microsoft.SmartDevice.MultiTargeting.Connectivity;
                    
10using Microsoft.SmartDevice.Connectivity.Interface;
                    
10using Microsoft.SmartDevice.Connectivity.Interface;
                    
11using System.Runtime.CompilerServices;
                    
12
                    
                
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;
                    
                
GoogleEarthKML.cs http://georouting-hyperpath.googlecode.com/svn/ | C# | 234 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Google.KML;
                    
6using ProjNet.CoordinateSystems;
                    
6using ProjNet.CoordinateSystems;
                    
7using Npgsql;
                    
8using System.Data;
                    
8using System.Data;
                    
9using System.IO;
                    
10using ProjNet.CoordinateSystems.Transformations;
                    
40            List<geCoordinates> linepoints = null;
                    
41            using (NpgsqlConnection conn = new NpgsqlConnection(ConnStr))
                    
42            {
                    
                
MsSqlAdapterTestFixture.cs http://mite-net.googlecode.com/svn/trunk/ | C# | 502 lines
                    
25using System;
                    
26using System.Collections.Generic;
                    
27using System.Data;
                    
28using System.Data.SqlClient;
                    
29using System.Linq;
                    
30using Boo.Lang;
                    
30using Boo.Lang;
                    
31using MbUnit.Framework;
                    
32using Mite.Configuration;
                    
253
                    
254			using (IDbConnection conn = GetConnection())
                    
255			{
                    
381			string tableName = "table_name";
                    
382			using (var conn = IoC.Resolve<IDbConnection>())
                    
383			{
                    
                
frmNewMain.cs https://hg01.codeplex.com/linesiter | C# | 0 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Drawing;
                    
5using System.Drawing;
                    
6using System.Linq;
                    
7using System.Text;
                    
8using System.Windows.Forms;
                    
9using DotSpatial.Controls;
                    
10using DotSpatial.Controls.Docking;
                    
10using DotSpatial.Controls.Docking;
                    
11using DotSpatial.Data;
                    
12using DotSpatial.Symbology;
                    
                
ResXCompiler.cs http://duplicati.googlecode.com/svn/trunk/ | C# | 231 lines
                    
19#endregion
                    
20using System;
                    
21using System.Collections.Generic;
                    
22using System.Text;
                    
23using System.Linq;
                    
24using System.Configuration;
                    
189
                    
190            using (Duplicati.Library.Utility.TempFile tf = new Duplicati.Library.Utility.TempFile())
                    
191            {
                    
191            {
                    
192                using (System.IO.StreamWriter sw = new System.IO.StreamWriter(tf))
                    
193                {
                    
                
BaseReflectionVisitor.cs http://linfu.googlecode.com/svn/trunk/ | C# | 316 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Mono.Cecil;
                    
6#pragma warning disable 1591
                    
                
Win32API.cs http://gorgonlib.googlecode.com/svn/ | C# | 257 lines
                    
26
                    
27using System;
                    
28using System.Collections.Generic;
                    
28using System.Collections.Generic;
                    
29using System.Linq;
                    
30using System.Text;
                    
30using System.Text;
                    
31using System.Diagnostics;
                    
32using System.Windows.Forms;
                    
32using System.Windows.Forms;
                    
33using System.Runtime.InteropServices;
                    
34using Drawing = System.Drawing;
                    
                
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;
                    
                
Coordinate.cs http://jumpjump.googlecode.com/svn/trunk/ | C# | 359 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections.Generic;
                    
4    using System.Collections.Generic;
                    
5    using System.Linq;
                    
6    using System.Text;
                    
                
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;
                    
                
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;
                    
                
SattingsInvestaFinanceSync.cs https://InvestaFinance.svn.codeplex.com/svn | C# | 309 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Xml;
                    
6
                    
                
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;
                    
                
InfoHelper.cs https://code.google.com/p/ranet-uilibrary-olap/ | C# | 279 lines
                    
21
                    
22using System;
                    
23using System.Collections.Generic;
                    
23using System.Collections.Generic;
                    
24using System.Linq;
                    
25using System.Text;
                    
25using System.Text;
                    
26using Ranet.Olap.Core.Metadata;
                    
27using Microsoft.AnalysisServices.AdomdClient;
                    
                
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)
                    
                
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;
                    
                
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
                    
                
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
                    
                
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
                    
                
CIFSStorageProviderService.cs https://sharpbox.svn.codeplex.com/svn | C# | 290 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.IO;
                    
6using System.Net;
                    
6using System.Net;
                    
7using System.Net.Sockets;
                    
8
                    
8
                    
9using AppLimit.CloudComputing.SharpBox.Common.IO;
                    
10using AppLimit.CloudComputing.SharpBox.StorageProvider.API;
                    
10using AppLimit.CloudComputing.SharpBox.StorageProvider.API;
                    
11using AppLimit.CloudComputing.SharpBox.StorageProvider.BaseObjects;
                    
12using AppLimit.CloudComputing.SharpBox.Exceptions;
                    
                
GreLayer.cs https://PcapDotNet.svn.codeplex.com/svn | C# | 212 lines
                    
1using System;
                    
2using System.Collections.ObjectModel;
                    
2using System.Collections.ObjectModel;
                    
3using System.Linq;
                    
4using PcapDotNet.Base;
                    
4using PcapDotNet.Base;
                    
5using PcapDotNet.Packets.Ethernet;
                    
6using PcapDotNet.Packets.IpV4;
                    
                
ThemeManager.cs https://ReflectionStudio.svn.codeplex.com/svn | C# | 371 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Windows;
                    
5using System.Windows;
                    
6using System.Xml;
                    
7using System.Xml.Serialization;
                    
7using System.Xml.Serialization;
                    
8using ReflectionStudio.Core.Events;
                    
9using ReflectionStudio.Core.FileManagement;
                    
9using ReflectionStudio.Core.FileManagement;
                    
10using ReflectionStudio.Core;
                    
11
                    
170				{
                    
171					using (Stream s = File.OpenRead(file))
                    
172					{
                    
                
ThreadSafeLookupNonRef.cs https://EmlenMud.svn.codeplex.com/svn | C# | 344 lines
                    
3// Project hosted on CodePlex.com as of 1/10/2009 at http://www.codeplex.com/EmlenMud
                    
4using System;
                    
5using System.Xml.Serialization;
                    
6using System.Runtime.Serialization;
                    
7using System.Linq;
                    
8using System.Collections.Generic;
                    
8using System.Collections.Generic;
                    
9using System.Collections.Specialized;
                    
10using System.Collections;
                    
10using System.Collections;
                    
11using System.ComponentModel;
                    
12#if USE_HYPER
                    
12#if USE_HYPER
                    
13using Hyper.ComponentModel;
                    
14#endif
                    
                
topic_d.aspx.cs https://epioneer.svn.codeplex.com/svn | C# | 303 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Web.UI;
                    
6using System.Web.UI.WebControls;
                    
6using System.Web.UI.WebControls;
                    
7using System.Net;
                    
8using System.Text;
                    
                
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;
                    
                
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
                    
                
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        //}
                    
                
Public_Web.cs http://jqbird.googlecode.com/svn/trunk/ | C# | 294 lines
                    
1using System;
                    
2using System.Data;
                    
3using System.Configuration;
                    
3using System.Configuration;
                    
4using System.Linq;
                    
5using System.Web;
                    
6using System.Web.Security;
                    
7using System.Web.UI;
                    
8using System.Web.UI.HtmlControls;
                    
8using System.Web.UI.HtmlControls;
                    
9using System.Web.UI.WebControls;
                    
10using System.Web.UI.WebControls.WebParts;
                    
10using System.Web.UI.WebControls.WebParts;
                    
11using System.Xml.Linq;
                    
12using System.Text;
                    
                
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
                    
                
MemberShipService.cs http://goshopping2009.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.Web.Security;
                    
6using GoShopping.Model;
                    
6using GoShopping.Model;
                    
7using GoShopping.Model.Enumerations;
                    
8
                    
206            bool returnValue;
                    
207            using (System.Transactions.TransactionScope scope = new System.Transactions.TransactionScope(System.Transactions.TransactionScopeOption.Required))
                    
208            {
                    
243            bool returnValue;
                    
244            using (System.Transactions.TransactionScope scope = new System.Transactions.TransactionScope(System.Transactions.TransactionScopeOption.Required))
                    
245            {
                    
                
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");
                    
                
HtcFileSystemAccess.cs https://advancedexplorerwp7.svn.codeplex.com/svn | C# | 311 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections.Generic;
                    
4    using System.Collections.Generic;
                    
5    using System.IO;
                    
6    using System.IO.IsolatedStorage;
                    
6    using System.IO.IsolatedStorage;
                    
7    using System.Linq;
                    
8    using System.Text;
                    
8    using System.Text;
                    
9    using System.Threading;
                    
10
                    
10
                    
11    using Yaaf.WP7.NativeAccess.ComWrapper.HTC.COM_FileRw;
                    
12    using Yaaf.WP7.NativeAccess.ComWrapper.HTC.COM_NativeAccess;
                    
                
ObservableEnumerable.ThenByDescending.cs https://ObsTrans.svn.codeplex.com/svn | C# | 131 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using Obtics.Values;
                    
4using System.Linq;
                    
5
                    
21        /// <summary>
                    
22        /// Performs a subsequent ordering of the elements in a sequence in descending order by using a given comparer.
                    
23        /// </summary>
                    
49        /// <summary>
                    
50        /// Performs a subsequent ordering of the elements in a sequence in descending order dynamicaly by using a given comparer.
                    
51        /// </summary>
                    
78        /// <summary>
                    
79        /// Performs a subsequent ordering of the elements in a sequence in descending order by using a given comparer.
                    
80        /// </summary>
                    
110        /// <summary>
                    
111        /// Performs a subsequent ordering of the elements in a sequence in descending order dynamicaly by using a given comparer.
                    
112        /// </summary>
                    
                
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;
                    
                
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;
                    
                
ViewModelBinder.cs https://theslcookbook.svn.codeplex.com/svn | C# | 245 lines
                    
3    using System;
                    
4    using System.Linq;
                    
5    using System.Collections.Generic;
                    
5    using System.Collections.Generic;
                    
6    using System.Windows;
                    
7    using System.Windows.Interactivity;
                    
8#if WP7 || WP71
                    
9    using Microsoft.Phone.Controls;
                    
10#endif
                    
                
AttributeHelper.cs https://MVCjqGridControl.svn.codeplex.com/svn | C# | 272 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Linq.Expressions;
                    
6using System.Reflection;
                    
6using System.Reflection;
                    
7using System.ComponentModel.DataAnnotations;
                    
8
                    
                
ClanSetup.cs https://jolte.svn.codeplex.com/svn | C# | 219 lines
                    
19
                    
20using System;
                    
21using System.Collections.Generic;
                    
21using System.Collections.Generic;
                    
22using System.Linq;
                    
23using System.Text;
                    
24
                    
25using RuneScape.Communication.Messages.Outgoing;
                    
26using RuneScape.Content.ClanChat;
                    
26using RuneScape.Content.ClanChat;
                    
27using RuneScape.Model.Characters;
                    
28
                    
                
CreateInternetWebApplication.cs https://csp.svn.codeplex.com/svn | C# | 270 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.Diagnostics;
                    
9using System.Diagnostics;
                    
10using Microsoft.Win32;
                    
11
                    
                
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;
                    
                
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
                    
                
PagedCollection.cs https://SLExtensions.svn.codeplex.com/svn | C# | 366 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections;
                    
5    using System.Collections.Generic;
                    
6    using System.Collections.Specialized;
                    
7    using System.ComponentModel;
                    
8    using System.Net;
                    
9    using System.Linq;
                    
10    using System.Windows;
                    
10    using System.Windows;
                    
11    using System.Windows.Controls;
                    
12    using System.Windows.Documents;
                    
12    using System.Windows.Documents;
                    
13    using System.Windows.Ink;
                    
14    using System.Windows.Input;
                    
                
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;
                    
                
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
                    
                
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
                    
                
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
                    
                
Menu.cs https://csharptetris.svn.codeplex.com/svn | C# | 312 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.Audio;
                    
6using Microsoft.Xna.Framework.Audio;
                    
7using Microsoft.Xna.Framework.Content;
                    
8using Microsoft.Xna.Framework.GamerServices;
                    
8using Microsoft.Xna.Framework.GamerServices;
                    
9using Microsoft.Xna.Framework.Graphics;
                    
10using Microsoft.Xna.Framework.Input;
                    
10using Microsoft.Xna.Framework.Input;
                    
11using Microsoft.Xna.Framework.Media;
                    
12
                    
                
PacketSizes.cs https://jolte.svn.codeplex.com/svn | C# | 296 lines
                    
3\* ######################################## */
                    
4using System;
                    
5using System.Collections.Generic;
                    
5using System.Collections.Generic;
                    
6using System.Linq;
                    
7using System.Text;
                    
                
ExtendedComparer.cs https://dynamite.svn.codeplex.com/svn | C# | 364 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
20using System.Collections.Generic;
                    
21using System.Linq;
                    
22using System.Text;
                    
22using System.Text;
                    
23using System.Collections;
                    
24using System.Linq.Expressions;
                    
                
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;
                    
                
Rss10FeedFormatter.cs http://growl-for-windows.googlecode.com/svn/trunk/ | C# | 279 lines
                    
1using System;
                    
2using System.Collections.ObjectModel;
                    
2using System.Collections.ObjectModel;
                    
3using System.Xml;
                    
4using System.Collections.Generic;
                    
4using System.Collections.Generic;
                    
5using System.Linq;
                    
6using System.Text;
                    
6using System.Text;
                    
7using System.ServiceModel.Syndication;
                    
8
                    
                
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
                    
                
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;
                    
                
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;
                    
                
MainWindow.cs git://github.com/taftse/OpenIRCC.git | C# | 289 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.Net;
                    
9using System.Net;
                    
10using System.Threading;
                    
11using System.Net.IRC;
                    
11using System.Net.IRC;
                    
12using System.Net.IRC.Client;
                    
13
                    
                
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
                    
                
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;
                    
                
AttributeExclusionChecker.cs https://AntiXSS.svn.codeplex.com/svn | C# | 224 lines
                    
20{
                    
21    using System;
                    
22    using System.Collections.Generic;
                    
23    using System.Globalization;
                    
24    using System.Linq;
                    
25    using System.Reflection;
                    
25    using System.Reflection;
                    
26    using System.Threading;
                    
27    using System.Web.UI;
                    
                
Utils.cs https://GmaWebService.svn.codeplex.com/svn | C# | 274 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.IO;
                    
6using System.Text;
                    
6using System.Text;
                    
7using System.Xml;
                    
8using System.Xml.Linq;
                    
8using System.Xml.Linq;
                    
9using GmaWebService.Interfaces;
                    
10
                    
                
CharacterGeneratorScreen.cs https://pdelorean.svn.codeplex.com/svn | C# | 349 lines
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
5
                    
6using Microsoft.Xna.Framework;
                    
7using Microsoft.Xna.Framework.Graphics;
                    
7using Microsoft.Xna.Framework.Graphics;
                    
8using Microsoft.Xna.Framework.Input;
                    
9
                    
12using XRpgLibrary.SpriteClasses;
                    
13using XRpgLibrary.TileEngine;
                    
14using XRpgLibrary.WorldClasses;
                    
22using EyesOfTheDragon.Components;
                    
23using RpgLibrary.WorldClasses;
                    
24using XRpgLibrary.EventClasses;
                    
                
MultiTouchBehavior.WP7.Debug.cs https://multitouch.svn.codeplex.com/svn | C# | 319 lines
                    
15
                    
16using System;
                    
17using System.Collections.Generic;
                    
18using System.ComponentModel;
                    
19using System.Linq;
                    
20using System.Windows;
                    
20using System.Windows;
                    
21using System.Windows.Controls;
                    
22using System.Windows.Input;
                    
22using System.Windows.Input;
                    
23using System.Windows.Media;
                    
24using System.Windows.Shapes;
                    
24using System.Windows.Shapes;
                    
25using Microsoft.Phone.Controls;
                    
26
                    
                
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
                    
                
View.cs https://theslcookbook.svn.codeplex.com/svn | C# | 263 lines
                    
3    using System;
                    
4    using System.Linq;
                    
5    using System.Windows;
                    
5    using System.Windows;
                    
6    using System.Windows.Controls;
                    
7    using System.Windows.Markup;
                    
                
EsriMilSymLayer.cs https://milsym.svn.codeplex.com/svn | C# | 301 lines
                    
18    using System;
                    
19    using System.Linq;
                    
20    using System.Windows;
                    
20    using System.Windows;
                    
21    using ESRI.ArcGIS.Client;
                    
22    using ESRI.ArcGIS.Client.Bing;
                    
22    using ESRI.ArcGIS.Client.Bing;
                    
23    using ESRI.ArcGIS.Client.Geometry;
                    
24    using MilGraph;
                    
24    using MilGraph;
                    
25    using MilGraph.Support;
                    
26    using MilSymbol;
                    
                
CachedDataAnnotationsModelMetadata.cs https://iHouse.svn.codeplex.com/svn | C# | 247 lines
                    
1namespace Microsoft.Web.Mvc {
                    
2    using System;
                    
3    using System.Collections.Generic;
                    
3    using System.Collections.Generic;
                    
4    using System.ComponentModel.DataAnnotations;
                    
5    using System.Globalization;
                    
5    using System.Globalization;
                    
6    using System.Linq;
                    
7    using System.Reflection;
                    
7    using System.Reflection;
                    
8    using Microsoft.Web.Resources;
                    
9
                    
                
FindLabsContext.cs https://labs.svn.codeplex.com/svn | C# | 360 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Diagnostics.Contracts;
                    
4using System.IO;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Reflection;
                    
6using System.Reflection;
                    
7using System.Runtime.InteropServices.WindowsRuntime;
                    
8using DaveSexton.Labs.Build.Properties;
                    
8using DaveSexton.Labs.Build.Properties;
                    
9using Microsoft.Build.Framework;
                    
10using Microsoft.Build.Utilities;
                    
309					// manually load assemblies into the reflection-only load context, except for those that have been preloaded.  During
                    
310					// testing, even System.dll was not preloaded, which is why this code defaults to using Assembly.ReflectionOnlyLoad 
                    
311					// along with the assembly display name that was passed to the event handler, if the exact file cannot be found in 
                    
                
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;
                    
                
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            {
                    
                
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;
                    
                
SOViewController.xib.cs git://github.com/conceptdev/iSOFlair.git | C# | 341 lines
                    
1
                    
2using System;
                    
3using System.Collections.Generic;
                    
3using System.Collections.Generic;
                    
4using System.Linq;
                    
5using System.IO;
                    
5using System.IO;
                    
6using MonoTouch.Foundation;
                    
7using MonoTouch.UIKit;
                    
7using MonoTouch.UIKit;
                    
8using System.Net;
                    
9using System.Text;
                    
                
DatabaseInterface.cs https://code.google.com/p/gettext-cs-utils/ | C# | 276 lines
                    
22 
                    
23???using System;
                    
24using System.Collections.Generic;
                    
24using System.Collections.Generic;
                    
25using System.Linq;
                    
26using System.Text;
                    
26using System.Text;
                    
27using System.Data.SqlClient;
                    
28
                    
                
DictionarySet.cs https://hg01.codeplex.com/dotspatial | C# | 0 lines
                    
25
                    
26using System;
                    
27using System.Collections.Generic;
                    
27using System.Collections.Generic;
                    
28using System.Linq;
                    
29
                    
38    /// The type of <c>IDictionary</c> you choose will affect both the performance and the behavior
                    
39    /// of the <c>Set</c> using it. </p>
                    
40    ///
                    
                
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		}
                    
                
SearchModel.cs https://MVCjqGridControl.svn.codeplex.com/svn | C# | 286 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Web.Mvc;
                    
6using System.Web.Script.Serialization;
                    
6using System.Web.Script.Serialization;
                    
7using System.Collections;
                    
8
                    
8
                    
9using System.Linq.Dynamic;
                    
10using System.Reflection;
                    
                
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
                    
                
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
                    
                
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);
                    
                
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;
                    
                
FileBasedResourceManager.cs https://code.google.com/p/gettext-cs-utils/ | C# | 296 lines
                    
22 
                    
23???using System;
                    
24using System.Collections.Generic;
                    
24using System.Collections.Generic;
                    
25using System.Linq;
                    
26using System.Text;
                    
26using System.Text;
                    
27using System.Globalization;
                    
28using System.Reflection;
                    
28using System.Reflection;
                    
29using System.IO;
                    
30using System.Collections;
                    
144        /// <param name="path">Path to retrieve the files from</param>
                    
145        /// <param name="fileformat">Format of the file name using {{resource}} and {{culture}} placeholders.</param>
                    
146        public FileBasedResourceManager(string name, string path, string fileformat)
                    
                
Category.cs https://MoneyManagerNET.svn.codeplex.com/svn | C# | 340 lines
                    
9
                    
10using System;
                    
11using System.Collections.Generic;
                    
11using System.Collections.Generic;
                    
12using System.Collections.ObjectModel;
                    
13using System.Collections.Specialized;
                    
13using System.Collections.Specialized;
                    
14using System.ComponentModel;
                    
15using System.Globalization;
                    
16using System.Runtime.Serialization;
                    
17using System.Linq;
                    
18using System.Diagnostics;
                    
20
                    
21using MoneyManagerNET.Infrastructure;
                    
22
                    
                
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;
                    
                
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;
                    
                
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        {
                    
                
MainWindow.xaml.cs git://github.com/zahndy/o3o.git | C# | 331 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
5using System.Windows;
                    
6using System.Windows.Controls;
                    
7using System.Windows.Data;
                    
8using System.Windows.Documents;
                    
9using System.Windows.Input;
                    
10using System.Windows.Media;
                    
10using System.Windows.Media;
                    
11using System.Windows.Media.Imaging;
                    
12using System.Windows.Navigation;
                    
18using System.Windows.Forms;
                    
19using Twitterizer;
                    
20namespace o3o
                    
                
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
                    
                
MainView.cs git://github.com/corynabours/SharpBots.git | C# | 325 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Collections.ObjectModel;
                    
4using System.Globalization;
                    
4using System.Globalization;
                    
5using System.Linq;
                    
6using System.Threading;
                    
6using System.Threading;
                    
7using System.Timers;
                    
8using System.Windows.Media.Imaging;
                    
8using System.Windows.Media.Imaging;
                    
9using System.Windows.Threading;
                    
10using CSBot.Robots;
                    
10using CSBot.Robots;
                    
11using Timer = System.Timers.Timer;
                    
12
                    
                
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
                    
                
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;
                    
                
TypeNameHandlingTests.cs https://facebook.svn.codeplex.com/svn | C# | 321 lines
                    
25
                    
26using System;
                    
27using System.Collections.Generic;
                    
27using System.Collections.Generic;
                    
28using System.Linq;
                    
29using System.Text;
                    
29using System.Text;
                    
30using Newtonsoft.Json.Linq;
                    
31using Newtonsoft.Json.Tests.TestObjects;
                    
31using Newtonsoft.Json.Tests.TestObjects;
                    
32using NUnit.Framework;
                    
33
                    
                
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);
                    
                
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;
                    
                
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
                    
                
LZ4Decompressor.c git://github.com/stangelandcl/LZ4Sharp.git | C | 273 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Diagnostics;
                    
6
                    
                
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;
                    
                
ExpressionParser.cs git://github.com/dfdemar/Pascal_Interpreter.git | C# | 265 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using Interpreter.intermediate;
                    
6using Interpreter.intermediate.ICodeImplementation;
                    
6using Interpreter.intermediate.ICodeImplementation;
                    
7using Interpreter.intermediate.SymbolTableImplementation;
                    
8
                    
                
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;
                    
                
LinkShapeSerializer.cs https://pde.svn.codeplex.com/svn | C# | 198 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
                    
                
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.
                    
                
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;
                    
                
FacebookMembershipProvider.cs https://veracruz.svn.codeplex.com/svn | C# | 245 lines
                    
1using System;
                    
2using System.Data;
                    
3using System.Configuration;
                    
3using System.Configuration;
                    
4using System.Linq;
                    
5using System.Web;
                    
6using System.Web.Security;
                    
7using System.Web.UI;
                    
8using System.Web.UI.HtmlControls;
                    
8using System.Web.UI.HtmlControls;
                    
9using System.Web.UI.WebControls;
                    
10using System.Web.UI.WebControls.WebParts;
                    
10using System.Web.UI.WebControls.WebParts;
                    
11using System.Xml.Linq;
                    
12using Microsoft.IdentityModel.Claims;
                    
                
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;
                    
                
SVD.cs http://encog-cs.googlecode.com/svn/trunk/ | C# | 376 lines
                    
29
                    
30using System;
                    
31using System.Collections.Generic;
                    
31using System.Collections.Generic;
                    
32using System.Linq;
                    
33using System.Text;
                    
33using System.Text;
                    
34using System.Diagnostics;
                    
35
                    
                
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;
                    
                
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
                    
                
MountedFileCache.cs http://interlace.googlecode.com/svn/trunk/ | C# | 434 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.IO;
                    
6using KnockServer.Events;
                    
6using KnockServer.Events;
                    
7using ObviousCode.Interlace.BitTunnelLibrary.File;
                    
8using TelexplorerServer.Mounting;
                    
8using TelexplorerServer.Mounting;
                    
9using ObviousCode.Interlace.BitTunnel.Connectivity;
                    
10using ObviousCode.Interlace.BitTunnelLibrary.Events;
                    
10using ObviousCode.Interlace.BitTunnelLibrary.Events;
                    
11using System.Threading;
                    
12
                    
                
TestSubselect.cs https://EffiProz.svn.codeplex.com/svn | C# | 412 lines
                    
5
                    
6using System;
                    
7using System.Text;
                    
8using System.Collections.Generic;
                    
9using System.Linq;
                    
10using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
10using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
11using EffiProzDB;
                    
12using EffiProzDB.Lib;
                    
12using EffiProzDB.Lib;
                    
13using EffiProzDB.DataTypes;
                    
14using EffiProzDB.Persist;
                    
342         /**
                    
343     * Inner select reusing alias names from outer select, but using them for different tables
                    
344     */
                    
                
RibbonQAToolBar.cs https://bexplorer.svn.codeplex.com/svn | C# | 365 lines
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Windows.Controls;
                    
6using System.Windows;
                    
6using System.Windows;
                    
7using Odyssey.Controls.Ribbon.Interfaces;
                    
8using System.Diagnostics;
                    
10using System.Windows.Input;
                    
11using System.Windows.Threading;
                    
12using System.Windows.Data;
                    
186
                    
187        // Using a DependencyProperty as the backing store for Placement.  This enables animation, styling, binding, etc...
                    
188        public static readonly DependencyProperty ToolBarPlacementProperty =
                    
                
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;
                    
                
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;
                    
                
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;
                    
                
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
                    
                
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;
                    
                
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
                    
                
sceSasCore.cs git://github.com/soywiz/cspspemu.git | C# | 356 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using CSPspEmu.Hle.Attributes;
                    
6using CSPspEmu.Core.Audio;
                    
                
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
                    
                
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;
                    
                
when_resolving_instances.cs git://github.com/openrasta/openrasta-stable.git | C# | 399 lines
                    
13using System;
                    
14using System.Linq;
                    
15using NUnit.Framework;
                    
15using NUnit.Framework;
                    
16using OpenRasta.DI;
                    
17using OpenRasta.Hosting;
                    
20using OpenRasta.Testing;
                    
21using OpenRasta.Tests.Unit.DI;
                    
22using OpenRasta.Tests.Unit.Fakes;
                    
129
                    
130            using (new ContextScope(scope1))
                    
131                Resolver.AddDependencyInstance<TheClass>(objectForScope1, DependencyLifetime.PerRequest);
                    
132
                    
133            using (new ContextScope(scope2))
                    
134            {
                    
                
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
                    
                
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
                    
                
SlpUserAgent.cs https://acn.svn.codeplex.com/svn | C# | 292 lines
                    
25   
                    
26using System;
                    
27using System.Collections.Generic;
                    
27using System.Collections.Generic;
                    
28using System.Linq;
                    
29using System.Text;
                    
29using System.Text;
                    
30using System.Threading;
                    
31using Acn.Slp.Packets;
                    
31using Acn.Slp.Packets;
                    
32using Acn.Slp.Sockets;
                    
33using System.Net;
                    
33using System.Net;
                    
34using System.Text.RegularExpressions;
                    
35
                    
                
CommonDeserializerMethods.cs https://bitbucket.org/Readify/neo4jclient/ | C# | 272 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.Globalization;
                    
5using System.IO;
                    
6using System.Linq;
                    
7using System.Reflection;
                    
7using System.Reflection;
                    
8using System.Text.RegularExpressions;
                    
9using Newtonsoft.Json;
                    
9using Newtonsoft.Json;
                    
10using Newtonsoft.Json.Linq;
                    
11using RestSharp.Extensions;
                    
                
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;
                    
                
ClamdClient.cs git://github.com/michaelhans/Clamson.git | C# | 296 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.IO;
                    
6using System.Net;
                    
6using System.Net;
                    
7using System.Net.Sockets;
                    
8using System.Threading.Tasks;
                    
8using System.Threading.Tasks;
                    
9using Clamson.Clamd.Model;
                    
10
                    
176        /// <summary>
                    
177        /// Scan a file or directory using multiple threads.
                    
178        /// </summary>
                    
                
MapControl.xaml.cs https://EpiInfo.svn.codeplex.com/svn | C# | 293 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
3using System.ComponentModel;
                    
4using System.Data;
                    
5using System.Linq;
                    
6using System.Net;
                    
6using System.Net;
                    
7using System.Runtime.Serialization;
                    
8using System.Text;
                    
10using System.Windows.Controls;
                    
11using System.Windows.Data;
                    
12using System.Windows.Documents;
                    
12using System.Windows.Documents;
                    
13using System.Windows.Input;
                    
14using System.Windows.Media;
                    
                
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
                    
                
V_Base.cs http://i-business.googlecode.com/svn/trunk/ | C# | 353 lines
                    
3using System.IO;
                    
4using System.Linq;
                    
5using System.Web;
                    
5using System.Web;
                    
6using System.Web.Security;
                    
7using System.Web.UI;
                    
7using System.Web.UI;
                    
8using System.Web.UI.HtmlControls;
                    
9using System.Web.UI.WebControls;
                    
10using System.Web.UI.WebControls.WebParts;
                    
11using System.Xml.Linq;
                    
12using DotNetNuke.Common;
                    
277            // Create a FileStream object to write a stream to a file
                    
278            using (FileStream fileStream = System.IO.File.Create(pathFile, (int)stream.Length))
                    
279            {
                    
                
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
                    
                
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
                    
                
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
                    
                
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)
                    
                
Gruppe.cs http://betvm.googlecode.com/svn/trunk/ | C# | 381 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using System.Data.SqlClient;
                    
6
                    
                
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);
                    
                
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;
                    
                
 

Source

Language