PageRenderTime 418ms queryTime 131ms sortTime 43ms getByIdsTime 31ms findMatchingLines 91ms

100+ results results for 'using System.Linq; repo:mwasham/wasvcmgmntapi' (418 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) {
                    
                
FrameworkFactoryGenerator.cs git://github.com/signumframework/signumframework.git | C# | 218 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Linq.Expressions;
                    
6using w = System.Windows;
                    
6using w = System.Windows;
                    
7using Signum.Utilities;
                    
8using Signum.Utilities.Reflection;
                    
8using Signum.Utilities.Reflection;
                    
9using System.Reflection;
                    
10using System.Windows.Controls;
                    
10using System.Windows.Controls;
                    
11using Signum.Utilities.ExpressionTrees;
                    
12using System.ComponentModel;
                    
                
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
                    
                
PropertyController.cs https://hg.codeplex.com/associativy | C# | 231 lines
                    
1using System;
                    
2using System.ComponentModel;
                    
3using System.Globalization;
                    
3using System.Globalization;
                    
4using System.Linq;
                    
5using System.Web.Mvc;
                    
6using Orchard.Data;
                    
7using Orchard.DisplayManagement;
                    
8using Orchard.Forms.Services;
                    
8using Orchard.Forms.Services;
                    
9using Orchard.Localization;
                    
10using Orchard.Projections.Models;
                    
10using Orchard.Projections.Models;
                    
11using Orchard.Projections.Services;
                    
12using Orchard.Projections.ViewModels;
                    
                
AzureSync.cs https://git01.codeplex.com/unisync | C# | 278 lines
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
5using System.Configuration;
                    
6using System.Data.SqlClient;
                    
7using Microsoft.Synchronization.Data;
                    
8using Microsoft.Synchronization.Data.SqlServer;
                    
9using Microsoft.Synchronization;
                    
10using System.Data;
                    
10using System.Data;
                    
11using System.IO;
                    
12
                    
72
                    
73            using (var _sqlServerConn = new SqlConnection(LocalConnectionString))
                    
74            {
                    
                
MenuItemServiceAgent.cs https://git01.codeplex.com/xerpdotnet | C# | 275 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Data.Services.Client;
                    
5
                    
6using XERP.Domain.MenuSecurityDomain.MenuSecurityDataService;
                    
7namespace XERP.Domain.MenuSecurityDomain.Services
                    
                
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;
                    
                
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
                    
                
QueryPartDriver.cs https://git01.codeplex.com/vietnamicare | C# | 201 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Xml.Linq;
                    
3using System.Xml.Linq;
                    
4using Orchard.ContentManagement;
                    
5using Orchard.ContentManagement.Drivers;
                    
5using Orchard.ContentManagement.Drivers;
                    
6using Orchard.ContentManagement.Handlers;
                    
7using Orchard.Projections.Models;
                    
                
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;
                    
                
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;
                    
                
TokenManager.cs https://hg.codeplex.com/orchardtoken | C# | 304 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using Orchard.Localization;
                    
6
                    
                
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;
                    
                
SQLList.cs https://hg.codeplex.com/altergearsqlindexer | C# | 259 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Data;
                    
6using System.Data.Sql;
                    
6using System.Data.Sql;
                    
7using System.Xml.Serialization;
                    
8
                    
79
                    
80            using (System.Data.SqlClient.SqlConnection sqlConn = new System.Data.SqlClient.SqlConnection(connectionString))
                    
81            {
                    
106            {
                    
107                using (System.Data.SqlClient.SqlConnection sqlConn = new System.Data.SqlClient.SqlConnection(sqlConnBuilder.ConnectionString))
                    
108                {
                    
                
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;
                    
                
MixedModeRequestAuthorizer.cs git://github.com/ayende/ravendb.git | C# | 259 lines
                    
1using System;
                    
2using System.Collections.Concurrent;
                    
2using System.Collections.Concurrent;
                    
3using System.Collections.Generic;
                    
4using System.Diagnostics;
                    
4using System.Diagnostics;
                    
5using System.Net;
                    
6using System.Net.Http;
                    
7using System.Security.Principal;
                    
8using Raven.Abstractions.Data;
                    
9using Raven.Database.Extensions;
                    
9using Raven.Database.Extensions;
                    
10using Raven.Database.Server.Controllers;
                    
11using Raven.Database.Server.Security.OAuth;
                    
12using Raven.Database.Server.Security.Windows;
                    
13using System.Linq;
                    
14
                    
                
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
                    
                
_mongo_services_config_8cs_source.html https://hg.codeplex.com/mongoservices | HTML | 177 lines
                    
83<div class="contents">
                    
84<a href="_mongo_services_config_8cs.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 ???using System;
                    
85<a name="l00002"></a>00002 <span class="keyword">using</span> System.Collections.Generic;
                    
85<a name="l00002"></a>00002 <span class="keyword">using</span> System.Collections.Generic;
                    
86<a name="l00003"></a>00003 <span class="keyword">using</span> System.Linq;
                    
87<a name="l00004"></a>00004 <span class="keyword">using</span> System.Text;
                    
87<a name="l00004"></a>00004 <span class="keyword">using</span> System.Text;
                    
88<a name="l00005"></a>00005 <span class="keyword">using</span> System.Reflection;
                    
89<a name="l00006"></a>00006 <span class="keyword">using</span> MongoDB.Driver;
                    
                
AdvancedValueComposition.cs https://hg.codeplex.com/mef | C# | 274 lines
                    
3// -----------------------------------------------------------------------
                    
4using System;
                    
5using System.Collections.Generic;
                    
6using System.ComponentModel.Composition;
                    
7using System.Linq;
                    
8using System.Reflection;
                    
8using System.Reflection;
                    
9using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
10using System.ComponentModel.Composition.Factories;
                    
10using System.ComponentModel.Composition.Factories;
                    
11using System.ComponentModel.Composition.Hosting;
                    
12using System.ComponentModel.Composition.UnitTesting;
                    
12using System.ComponentModel.Composition.UnitTesting;
                    
13using System.ComponentModel.Composition.AttributedModel;
                    
14using System.UnitTesting;
                    
                
FSM.cs git://github.com/o2platform/O2.Platform.Projects.git | C# | 324 lines
                    
2
                    
3using System;
                    
4using System.Collections;
                    
4using System.Collections;
                    
5using System.Collections.Generic;
                    
6using System.Xml;
                    
6using System.Xml;
                    
7using System.Xml.Schema;
                    
8using System.Xml.Linq;
                    
9using System.IO;
                    
10using System.Linq;
                    
11using System.Threading;
                    
11using System.Threading;
                    
12using System.Diagnostics;
                    
13using System.Reflection;
                    
                
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
                    
                
Extensions.cs https://git01.codeplex.com/signum | C# | 389 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Reflection;
                    
6using System.IO;
                    
6using System.IO;
                    
7using System.Runtime.Serialization.Formatters.Binary;
                    
8using System.Diagnostics;
                    
8using System.Diagnostics;
                    
9using System.Globalization;
                    
10
                    
                
MainPage.xaml.cs https://git01.codeplex.com/queuelessapp | C# | 273 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.Documents;
                    
8using System.Windows.Input;
                    
8using System.Windows.Input;
                    
9using System.Windows.Media;
                    
10using System.Windows.Media.Animation;
                    
10using System.Windows.Media.Animation;
                    
11using System.Windows.Shapes;
                    
12using Microsoft.Phone.Controls;
                    
                
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)
                    
                
Words.cs git://github.com/n2cms/n2cms.git | C# | 1123 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
592watercraft
                    
593accusingly
                    
594aneuploidy
                    
                
TagMatchingHeuristics.cs git://github.com/icsharpcode/ILSpy.git | C# | 353 lines
                    
19using System;
                    
20using System.Linq;
                    
21using System.Collections.Generic;
                    
21using System.Collections.Generic;
                    
22using System.Diagnostics;
                    
23using System.Threading;
                    
23using System.Threading;
                    
24using ICSharpCode.NRefactory.Editor;
                    
25using ICSharpCode.NRefactory.Utils;
                    
                
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
                    
                
MethodGroupResolveResult.cs git://github.com/icsharpcode/ILSpy.git | C# | 293 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
                    
                
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;
                    
                
TxDataContextDriver.cs https://git01.codeplex.com/rxm4a | C# | 313 lines
                    
8    using System.IO;
                    
9    using System.Linq;
                    
10    using System.Linq.Expressions;
                    
16    using Microsoft.Win32;
                    
17    using System.Reactive.Subjects;
                    
18    using System.Reactive.Tx;
                    
18    using System.Reactive.Tx;
                    
19    using System.Reactive;
                    
20    using System.Reactive.Linq;
                    
27    using System;
                    
28    using System.Linq;
                    
29    using System.Linq.Expressions;
                    
174            string dataContext = DataContextTemplate
                    
175                .Replace("[usings]", sbContextUsings.ToString())
                    
176                .Replace("[properties]", sbContextProperties.ToString());
                    
                
RazorCSharpCreateViewTemplateTests.cs git://github.com/icsharpcode/SharpDevelop.git | C# | 386 lines
                    
18
                    
19using System;
                    
20using System.Collections.Generic;
                    
20using System.Collections.Generic;
                    
21using System.Linq;
                    
22
                    
22
                    
23using AspNet.Mvc.Tests.CodeTemplates.Models;
                    
24using AspNet.Mvc.Tests.Helpers;
                    
25using ICSharpCode.AspNet.Mvc.CSHtml;
                    
26using NUnit.Framework;
                    
27
                    
110	<body>
                    
111		@using (Html.BeginForm()) {
                    
112			@Html.ValidationSummary(true)
                    
                
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;
                    
                
ScriptController.cs https://hg.codeplex.com/psadmin | C# | 324 lines
                    
13//------------------------------------------------------------------------------
                    
14using System;
                    
15using System.Collections.Generic;
                    
15using System.Collections.Generic;
                    
16using System.Linq;
                    
17using System.Web;
                    
17using System.Web;
                    
18using System.Web.Mvc;
                    
19using System.Web.Mvc.Ajax;
                    
19using System.Web.Mvc.Ajax;
                    
20using PSAdmin.Core;
                    
21using PSAdmin.Core.Domain;
                    
21using PSAdmin.Core.Domain;
                    
22using PSAdmin.Core.Interfaces;
                    
23using PSAdmin.Core.Utils;
                    
                
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;
                    
                
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
                    
                
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");
                    
                
FeatureManager.cs https://hg.codeplex.com/associativy | C# | 203 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using Orchard.Environment.Descriptor;
                    
4using Orchard.Environment.Descriptor;
                    
5using Orchard.Environment.Descriptor.Models;
                    
6using Orchard.Environment.Extensions;
                    
6using Orchard.Environment.Extensions;
                    
7using Orchard.Environment.Extensions.Models;
                    
8using Orchard.Localization;
                    
8using Orchard.Localization;
                    
9using Orchard.Logging;
                    
10
                    
                
NuclearSampleGame.cs https://hg.codeplex.com/nuclearwinter | C# | 188 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using Microsoft.Xna.Framework;
                    
4using Microsoft.Xna.Framework;
                    
5using Microsoft.Xna.Framework.Audio;
                    
6using Microsoft.Xna.Framework.Content;
                    
6using Microsoft.Xna.Framework.Content;
                    
7using Microsoft.Xna.Framework.GamerServices;
                    
8using Microsoft.Xna.Framework.Graphics;
                    
8using Microsoft.Xna.Framework.Graphics;
                    
9using Microsoft.Xna.Framework.Input;
                    
10using Microsoft.Xna.Framework.Media;
                    
11
                    
12using NuclearWinter;
                    
13using NuclearUI = NuclearWinter.UI;
                    
                
TextBoxWithHistory.cs https://hg.codeplex.com/mudclient | C# | 300 lines
                    
11{
                    
12    using System;
                    
13    using System.Collections.Generic;
                    
14    using System.Windows.Controls;
                    
15    using System.Linq;
                    
16    using System.Globalization;
                    
17
                    
18    using Common.Commands;
                    
19    using Common.Conveyor;
                    
20
                    
21    using CSLib.Net.Annotations;
                    
22    using System.Collections.Specialized;
                    
22    using System.Collections.Specialized;
                    
23    using Adan.Client.Common.Messages;
                    
24
                    
                
ConstructorInvokerTest.cs https://hg.codeplex.com/autofixture | C# | 257 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Reflection;
                    
4using System.Reflection;
                    
5using Ploeh.AutoFixture.Kernel;
                    
6using Ploeh.TestTypeFoundation;
                    
6using Ploeh.TestTypeFoundation;
                    
7using Xunit;
                    
8
                    
                
MembershipService.cs https://hg.codeplex.com/associativy | C# | 227 lines
                    
1using System;
                    
2using System.Linq;
                    
3using System.Security.Cryptography;
                    
3using System.Security.Cryptography;
                    
4using System.Text;
                    
5using System.Web.Security;
                    
5using System.Web.Security;
                    
6using JetBrains.Annotations;
                    
7using Orchard.Localization;
                    
8using Orchard.Logging;
                    
9using Orchard.ContentManagement;
                    
10using Orchard.Security;
                    
10using Orchard.Security;
                    
11using Orchard.Users.Events;
                    
12using Orchard.Users.Models;
                    
                
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()) {
                    
                
CompletionWindowBase.cs git://github.com/o2platform/O2.Platform.Projects.git | C# | 353 lines
                    
8using System;
                    
9using System.Linq;
                    
10using System.Diagnostics;
                    
10using System.Diagnostics;
                    
11using System.Windows;
                    
12using System.Windows.Input;
                    
12using System.Windows.Input;
                    
13using System.Windows.Threading;
                    
14
                    
14
                    
15using ICSharpCode.AvalonEdit.Document;
                    
16using ICSharpCode.AvalonEdit.Editing;
                    
16using ICSharpCode.AvalonEdit.Editing;
                    
17using ICSharpCode.AvalonEdit.Rendering;
                    
18using ICSharpCode.AvalonEdit.Utils;
                    
                
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;
                    
                
StringTemplateGroupInterface.cs https://git01.codeplex.com/webgrease | C# | 318 lines
                    
34{
                    
35    using System;
                    
36    using System.Collections.Generic;
                    
36    using System.Collections.Generic;
                    
37    using System.Linq;
                    
38    using Antlr.Runtime.JavaExtensions;
                    
38    using Antlr.Runtime.JavaExtensions;
                    
39    using Antlr3.ST.Language;
                    
40
                    
40
                    
41    using DebuggerDisplay = System.Diagnostics.DebuggerDisplayAttribute;
                    
42    using IList = System.Collections.IList;
                    
42    using IList = System.Collections.IList;
                    
43    using StringBuilder = System.Text.StringBuilder;
                    
44    using TextReader = System.IO.TextReader;
                    
                
SourceReader.cs https://hg.codeplex.com/leonardoagent | C# | 286 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Web;
                    
4using System.Web;
                    
5using NLog;
                    
6using System.Configuration;
                    
6using System.Configuration;
                    
7using System.IO;
                    
8using System.Net;
                    
8using System.Net;
                    
9using System.Text;
                    
10
                    
191            IWork();
                    
192            using (WebClient wc = new WebClient())
                    
193            {
                    
                
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
                    
                
UC_ORG_Task.xaml.cs https://AbhiruchiPhase1.svn.codeplex.com/svn | C# | 270 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;
                    
                
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
                    
                
SqlFileInstallationService.cs https://hg.codeplex.com/nml7 | C# | 316 lines
                    
1using System;
                    
2using System.Collections;
                    
3using System.Collections.Generic;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Text;
                    
6using System.Text;
                    
7using System.Xml;
                    
8using Nop.Core;
                    
8using Nop.Core;
                    
9using Nop.Core.Configuration;
                    
10using Nop.Core.Data;
                    
22using Nop.Core.Domain.Media;
                    
23using Nop.Core.Domain.Messages;
                    
24using Nop.Core.Domain.News;
                    
                
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
                    
                
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;
                    
                
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;
                    
                
MemoryQueryProvider.cs https://hg.codeplex.com/lsda | C# | 311 lines
                    
11{
                    
12    using System;
                    
13    using System.Collections.Generic;
                    
14    using System.Data.Linq.Mapping;
                    
15    using System.Linq;
                    
16    using System.Linq.Expressions;
                    
16    using System.Linq.Expressions;
                    
17    using System.Reflection;
                    
18
                    
18
                    
19    using Infrastructure.Helpers;
                    
20
                    
                
Hdfoutput.cs https://hg.codeplex.com/mad | C# | 316 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using HDF5DotNet;
                    
6using System.IO;
                    
                
FractionTrigger.cs https://algobox.svn.codeplex.com/svn | C# | 294 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.ComponentModel;
                    
6using Algobox.Feeds.Finance.MarketData;
                    
                
QueryTests.cs https://hg.codeplex.com/kooboo | C# | 236 lines
                    
8#endregion
                    
9using System;
                    
10using System.Collections.Generic;
                    
10using System.Collections.Generic;
                    
11using System.Linq;
                    
12using System.Text;
                    
12using System.Text;
                    
13using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
14using Kooboo.CMS.Content.Query;
                    
14using Kooboo.CMS.Content.Query;
                    
15using Kooboo.CMS.Content.Models;
                    
16using Kooboo.CMS.Content.Persistence.MongoDB;
                    
16using Kooboo.CMS.Content.Persistence.MongoDB;
                    
17using Kooboo.CMS.Content.Query.Expressions;
                    
18namespace Kooboo.CMS.Content.Persistence.MongoDB.Tests
                    
                
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;
                    
                
Product_IntegratePurchas.cs https://acexpo.svn.codeplex.com/svn | C# | 256 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using YXShop.IDAL.Product;
                    
6using System.Data.SqlClient;
                    
6using System.Data.SqlClient;
                    
7using System.Data;
                    
8
                    
                
UnitTest1.cs https://datacodecan.svn.codeplex.com/svn | C# | 223 lines
                    
1using Microsoft.VisualStudio.TestTools.UnitTesting;
                    
2using System.Data.Objects;
                    
2using System.Data.Objects;
                    
3using EF_Model;
                    
4using Moq;
                    
5using System.Collections.Generic;
                    
6using System.Linq;
                    
7
                    
                
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            {
                    
                
Workflow.cs https://git01.codeplex.com/objectflow | C# | 303 lines
                    
1using System;
                    
2using Rainbow.Exceptions;
                    
2using Rainbow.Exceptions;
                    
3using Rainbow.ObjectFlow.Engine;
                    
4using Rainbow.ObjectFlow.Interfaces;
                    
4using Rainbow.ObjectFlow.Interfaces;
                    
5using Rainbow.ObjectFlow.Language;
                    
6using Rainbow.ObjectFlow.Policies;
                    
6using Rainbow.ObjectFlow.Policies;
                    
7using System.Linq;
                    
8
                    
                
AccountDAO.cs https://aioncxx.svn.codeplex.com/svn | C# | 232 lines
                    
13*/
                    
14using System;
                    
15using System.Collections.Generic;
                    
15using System.Collections.Generic;
                    
16using System.Linq;
                    
17using System.Text;
                    
17using System.Text;
                    
18using System.Data.SqlClient;
                    
19using System.Data;
                    
19using System.Data;
                    
20using AionCxxLibrary.Utilities;
                    
21using System.Configuration;
                    
21using System.Configuration;
                    
22using AionCxxLibrary.Models;
                    
23
                    
                
AccountMap.cs https://hg.codeplex.com/xenta | C# | 425 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using NHibernate.Linq;
                    
4using NHibernate.Linq;
                    
5using Xenta.Api;
                    
6using Xenta.Entities;
                    
6using Xenta.Entities;
                    
7using Xenta.Enums;
                    
8using Xenta.Security;
                    
8using Xenta.Security;
                    
9using Xenta.Utils;
                    
10
                    
                
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;
                    
                
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    ///
                    
                
ApproveViewModel.cs https://antares.svn.codeplex.com/svn | C# | 298 lines
                    
1using AntaresShell.BaseClasses;
                    
2using AntaresShell.Common;
                    
2using AntaresShell.Common;
                    
3using AntaresShell.Common.MessageTemplates;
                    
4using AntaresShell.Localization;
                    
4using AntaresShell.Localization;
                    
5using AntaresShell.Logger;
                    
6using AntaresShell.NavigatorProvider;
                    
7using Repository.MODELs;
                    
8using Repository.Repositories;
                    
9using Repository.Sync;
                    
9using Repository.Sync;
                    
10using System;
                    
11using System.Collections.Generic;
                    
12using System.Collections.ObjectModel;
                    
13using System.Linq;
                    
14using System.Threading.Tasks;
                    
                
YafNntp.cs https://hg.codeplex.com/yafnet | C# | 362 lines
                    
21{
                    
22  #region Using
                    
23
                    
24  using System;
                    
25  using System.Data;
                    
26  using System.Data.SqlClient;
                    
26  using System.Data.SqlClient;
                    
27  using System.Linq;
                    
28  using System.Web;
                    
29
                    
30  using YAF.Classes.Data;
                    
31  using YAF.Types;
                    
31  using YAF.Types;
                    
32  using YAF.Types.Extensions;
                    
33  using YAF.Types.Interfaces;
                    
                
Habits.cs https://acms.svn.codeplex.com/svn | C# | 349 lines
                    
1using System;
                    
2using System.Data;
                    
3using System.Configuration;
                    
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;
                    
9using System.Web.UI.WebControls;
                    
10using System.Web.UI.WebControls.WebParts;
                    
11using System.Xml.Linq;
                    
                
ProductBrand.cs https://acexpo.svn.codeplex.com/svn | C# | 301 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 YXShop.IDAL.Product;
                    
6using YXShop.IDAL.Product;
                    
7using System.Data;
                    
8
                    
189            }
                    
190            using (SqlDataReader reader = ChangeHope.DataBase.SQLServerHelper.ExecuteReader(strSql.ToString()))
                    
191            {
                    
207            string strSql = this.SelectSequel + " where commontypes=0";
                    
208            using (SqlDataReader reader = ChangeHope.DataBase.SQLServerHelper.ExecuteReader(strSql.ToString()))
                    
209            {
                    
                
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;
                    
                
InterfaceLineTextLineTextParser.cs https://hg.codeplex.com/moqalate | C# | 342 lines
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using MoqaLate.CodeModel;
                    
4using MoqaLate.CodeModel;
                    
5using MoqaLate.Common;
                    
6using MoqaLate.ExtensionMethods;
                    
11    {
                    
12        private const string UsingSymbol = "using ";
                    
13        private const string InterfaceSymbol = "interface ";
                    
218
                    
219        private void ParseUsings()
                    
220        {
                    
246        {
                    
247            var namespaceNamePosition = line.IndexOf(UsingSymbol) + UsingSymbol.Length;
                    
248
                    
                
HttpContentExtensionsTest.cs git://pkgs.fedoraproject.org/wine-mono | C# | 231 lines
                    
2
                    
3using System.Collections.Generic;
                    
4using System.IO;
                    
4using System.IO;
                    
5using System.Linq;
                    
6using System.Net.Http.Formatting;
                    
6using System.Net.Http.Formatting;
                    
7using System.Net.Http.Headers;
                    
8using System.Threading.Tasks;
                    
8using System.Threading.Tasks;
                    
9using Moq;
                    
10using Xunit;
                    
10using Xunit;
                    
11using Assert = Microsoft.TestCommon.AssertEx;
                    
12
                    
                
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;
                    
                
SpecimenFactory.cs https://hg.codeplex.com/autofixture | C# | 296 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using Ploeh.AutoFixture.Dsl;
                    
4using Ploeh.AutoFixture.Dsl;
                    
5using Ploeh.AutoFixture.Kernel;
                    
6
                    
66        /// <summary>
                    
67        /// Creates an anonymous object, potentially using the supplied seed as additional
                    
68        /// information when creating the object.
                    
86        /// <summary>
                    
87        /// Creates an anonymous object, potentially using the supplied seed as additional
                    
88        /// information when creating the object.
                    
                
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);
                    
                
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
                    
                
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;
                    
                
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
                    
                
Snippet.cs https://ajaxsnippets.svn.codeplex.com/svn | C# | 254 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.Text;
                    
6using System.Text;
                    
7using System.Reflection;
                    
8using System.Web.UI.HtmlControls;
                    
8using System.Web.UI.HtmlControls;
                    
9using System.IO;
                    
10using System.Text.RegularExpressions;
                    
                
wrap_edit.aspx.cs https://acexpo.svn.codeplex.com/svn | C# | 248 lines
                    
1using System;
                    
2using System.Collections;
                    
2using System.Collections;
                    
3using System.Configuration;
                    
4using System.Data;
                    
4using System.Data;
                    
5using System.Linq;
                    
6using System.Web;
                    
6using System.Web;
                    
7using System.Web.Security;
                    
8using System.Web.UI;
                    
8using System.Web.UI;
                    
9using System.Web.UI.HtmlControls;
                    
10using System.Web.UI.WebControls;
                    
10using System.Web.UI.WebControls;
                    
11using System.Web.UI.WebControls.WebParts;
                    
12using System.Xml.Linq;
                    
                
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        {
                    
                
LabelParse_SendGroupBuyInfo.cs https://acexpo.svn.codeplex.com/svn | C# | 212 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using System.Data;
                    
6
                    
                
Composer.cs https://AngleCode.svn.codeplex.com/svn | C# | 253 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections.Generic;
                    
4    using System.Collections.Generic;
                    
5    using System.ComponentModel.Composition;
                    
6    using System.ComponentModel.Composition.Hosting;
                    
7    using System.ComponentModel.Composition.Primitives;
                    
8    using System.Linq;
                    
9
                    
                
Schools.ascx.cs https://acms.svn.codeplex.com/svn | C# | 266 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 Acms.Bll;
                    
8using Telerik.Web.UI;
                    
                
DictationManager.cs https://4chan.svn.codeplex.com/svn | C# | 304 lines
                    
1using System;
                    
2using System.Collections.Generic;
                    
2using System.Collections.Generic;
                    
3using System.Linq;
                    
4using System.Text;
                    
4using System.Text;
                    
5using AudioCtrl;
                    
6using USBDeviceCtrl;
                    
6using USBDeviceCtrl;
                    
7using System.IO;
                    
8using System.Configuration;
                    
                
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
                    
                
MainPage.xaml.cs https://ActiveStoryEnhanced.svn.codeplex.com/svn | C# | 233 lines
                    
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.Documents;
                    
8using System.Windows.Input;
                    
10using System.Windows.Media.Animation;
                    
11using System.Windows.Shapes;
                    
12using System.Runtime.Serialization;
                    
18using ActiveStoryTouch.DataModel.Silverlight.Helpers;
                    
19using TouchToolkit.Framework;
                    
20using TouchToolkit.Framework.TouchInputProviders;
                    
                
BindingPropertyDescriptor.cs https://git01.codeplex.com/nupattern | C# | 232 lines
                    
1using System;
                    
2using System.ComponentModel;
                    
3using System.Drawing.Design;
                    
4using System.Linq;
                    
5using Microsoft.VisualStudio.Patterning.Runtime;
                    
5using Microsoft.VisualStudio.Patterning.Runtime;
                    
6using Microsoft.VisualStudio.TeamArchitect.PowerTools.Features;
                    
7using Microsoft.VisualStudio.TeamArchitect.PowerTools.Features.Design;
                    
                
Project.cs https://git01.codeplex.com/nine | C# | 284 lines
                    
2{
                    
3    using System;
                    
4    using System.Collections.Generic;
                    
4    using System.Collections.Generic;
                    
5    using System.Collections.ObjectModel;
                    
6    using System.ComponentModel;
                    
6    using System.ComponentModel;
                    
7    using System.Diagnostics;
                    
8    using System.IO;
                    
8    using System.IO;
                    
9    using System.Linq;
                    
10    using System.Xml.Linq;
                    
10    using System.Xml.Linq;
                    
11    using System.Xml.Serialization;
                    
12    using Nine.Studio.Extensibility;
                    
                
 

Source

Language