100+ results results for 'using System.Linq;' (753 ms)
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; 40TvdbBanner.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; 30GenericSQLServerDAL.cs https://quickmon.svn.codeplex.com/svn | C# | 325 lines
1using System; 2using System.Collections.Generic; 3using System.Data; 3using System.Data; 4using System.Data.SqlClient; 5using System.Diagnostics; 5using System.Diagnostics; 6using System.Linq; 7using System.Text; 188 conn.Open(); 189 using (SqlCommand cmnd = new SqlCommand(sql, conn)) 190 { 227 { 228 using (SqlConnection conn = new SqlConnection(connectionString)) 229 {DotDensityServerLayerProperties.xaml.cs https://EpiInfo.svn.codeplex.com/svn | C# | 283 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 4using System.Text; 5using System.Windows; 6using System.Windows.Controls; 6using System.Windows.Controls; 7using System.Windows.Data; 8using System.Windows.Documents; 8using System.Windows.Documents; 9using System.Windows.Input; 10using System.Windows.Media; 10using System.Windows.Media; 11using System.Windows.Media.Imaging; 12using System.Windows.Navigation;TreeViewInterfaces.cs https://SolutionFramework.svn.codeplex.com/svn | C# | 365 lines
1using System; 2using System.Net; 2using System.Net; 3using System.Windows; 4using System.Windows.Controls; 4using System.Windows.Controls; 5using System.Windows.Documents; 6using System.Windows.Ink; 6using System.Windows.Ink; 7using System.Windows.Input; 8using System.Windows.Media; 8using System.Windows.Media; 9using System.Windows.Media.Animation; 10using System.Windows.Shapes; 11using System.Collections.Generic; 12using System.Linq; 13using System.Diagnostics;EnumerableJSVisualizer.cs https://RapidDevBookCode.svn.codeplex.com/svn | C# | 240 lines
5using System.Collections.Generic; 6using System.Collections.Specialized; 7using System.ComponentModel; 7using System.ComponentModel; 8using System.Configuration; 9using System.Data; 9using System.Data; 10using System.Diagnostics; 11using System.IO; 11using System.IO; 12using System.Linq; 13using System.Linq.Dynamic; 20using Newtonsoft.Json; 21using Newtonsoft.Json.Converters; 22using Newtonsoft.Json.Linq;QueryInstance.cs https://quickmon.svn.codeplex.com/svn | C# | 281 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 4using System.Text; 5using System.Data; 6using System.Data.SqlClient; 126 { 127 using (SqlCommand cmnd = new SqlCommand(SummaryQuery, conn)) 128 { 130 cmnd.CommandTimeout = cmndTimeOut; 131 using (SqlDataReader r = cmnd.ExecuteReader()) 132 { 153 { 154 using (SqlCommand cmnd = new SqlCommand(SummaryQuery, conn)) 155 {IDeviateGenerator.cs https://metanumerics.svn.codeplex.com/svn | C# | 319 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 206 207 // pick a random point within the unit semicircle using rejection 208 double x, y; 220 221 // Using these rejection-based gamma generators is about six times faster than evaluating the inverse CDF. 222MainForm.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; 6User.cs https://higlabonet.svn.codeplex.com/svn | C# | 360 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 4using System.Text; 5using Newtonsoft.Json; 6using HigLabo.Net; 6using HigLabo.Net; 7using HigLabo.Net.Extensions; 8SqlDatabaseNotifierEditConfig.cs https://quickmon.svn.codeplex.com/svn | C# | 208 lines
1using System; 2using System.Collections.Generic; 3using System.ComponentModel; 4using System.Data; 5using System.Data.SqlClient; 6using System.Drawing; 7using System.Linq; 8using System.Text; 8using System.Text; 9using System.Windows.Forms; 10using QuickMon.Forms; 104 lastStep = "Opening connection"; 105 using (SqlConnection conn = new SqlConnection(connStr)) 106 { 134 135 using (SqlCommand cmnd = new SqlCommand(sql, conn)) 136 {Command.cs https://hg01.codeplex.com/cul | C# | 256 lines
21 22#region Usings 23using System; 23using System; 24using System.Collections.Generic; 25using System.Data; 26using System.Globalization; 27using System.Linq; 28using Utilities.DataTypes.ExtensionMethods; 28using Utilities.DataTypes.ExtensionMethods; 29using Utilities.SQL.Interfaces; 30using Utilities.SQL.MicroORM.Interfaces;MakeMethodGenericRefactoring.cs https://hg01.codeplex.com/resharperpowertoys | C# | 254 lines
17using System.Collections.Generic; 18using System.Linq; 19using JetBrains.Application.Progress; 19using JetBrains.Application.Progress; 20using JetBrains.ProjectModel; 21using JetBrains.ReSharper.Feature.Services.OverridesSupport; 21using JetBrains.ReSharper.Feature.Services.OverridesSupport; 22using JetBrains.ReSharper.Feature.Services.Refactorings; 23using JetBrains.ReSharper.PowerToys.MakeMethodGeneric.Impl; 24using JetBrains.ReSharper.Psi; 25using JetBrains.ReSharper.Psi.Resolve; 26using JetBrains.ReSharper.Psi.Search; 26using JetBrains.ReSharper.Psi.Search; 27using JetBrains.ReSharper.Psi.Tree; 28using JetBrains.ReSharper.Refactorings.Common;DataInMemory.aspx.cs https://cfx.svn.codeplex.com/svn | C# | 289 lines
19 20#region Using directives 21using System; 22using System.Collections.Generic; 23using System.Linq; 24using System.Web; 24using System.Web; 25using System.Web.UI; 26using System.Web.UI.WebControls; 26using System.Web.UI.WebControls; 27using System.Data; 28#endregion Using directivesLevelGenerator.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; 17CryptographySettings.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;updateItemsByListview.cs https://efsimplereminder.svn.codeplex.com/svn | C# | 282 lines
1using System; 2using System.Collections; 2using System.Collections; 3using System.Collections.Generic; 4using System.ComponentModel; 4using System.ComponentModel; 5using System.Linq; 6using System.Text; 6using System.Text; 7using System.Workflow.ComponentModel; 8 8 9using Microsoft.SharePoint; 10using Microsoft.SharePoint.Workflow; 10using Microsoft.SharePoint.Workflow; 11using Microsoft.SharePoint.WorkflowActions; 12InterfaceManager.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; 12Dashbord.xaml.cs https://ec2bootstrapper.svn.codeplex.com/svn | C# | 319 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 4using System.Text; 5using System.Windows; 6using System.Windows.Controls; 6using System.Windows.Controls; 7using System.Windows.Data; 8using System.Windows.Documents; 8using System.Windows.Documents; 9using System.Windows.Input; 10using System.Windows.Media; 10using System.Windows.Media; 11using System.Windows.Media.Imaging; 12using System.Windows.Shapes;ReportedByService.cs https://sugnatech.svn.codeplex.com/svn | C# | 249 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 4using System.Text; 5using System.Linq.Dynamic; 6using System.Data.Entity; 6using System.Data.Entity; 7using BugTracker.DataAccess.Data; 8DirectoryService.cs http://coredroidservice.googlecode.com/svn/trunk/ | C# | 297 lines
1using System; 2using System.Linq; 3using CoreDroid.Contract; 3using CoreDroid.Contract; 4using System.Collections.Generic; 5 5 6using DiskDroid.FileSystem.Contract; 7using Mono.Unix.Native; 7using Mono.Unix.Native; 8using System.Text; 9 72 string symlinkPath = null; 73 Stat? usingStat = new Stat (); 74 if (stat.HasValue) {BindingListHelper.cs https://RapidDevBookCode.svn.codeplex.com/svn | C# | 351 lines
1using System; 2using System.Collections; 2using System.Collections; 3using System.Collections.Generic; 4using System.ComponentModel; 5using System.Data; 6using System.Linq; 7using System.Windows.Forms; 7using System.Windows.Forms; 8using AW.Helper; 9using JesseJohnston;ParsableAttribute.cs https://MSCompBio.svn.codeplex.com/svn | C# | 236 lines
11 12using System; 13using System.Reflection; 13using System.Reflection; 14using Bio.Util; 15using System.Collections.Generic; 16using System.Threading; 17using System.Linq; 18using System.Collections.Concurrent;FrameworkFactoryGenerator.cs git://github.com/signumframework/signumframework.git | C# | 218 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 4using System.Text; 5using System.Linq.Expressions; 6using w = System.Windows; 6using w = System.Windows; 7using Signum.Utilities; 8using Signum.Utilities.Reflection; 8using Signum.Utilities.Reflection; 9using System.Reflection; 10using System.Windows.Controls; 10using System.Windows.Controls; 11using Signum.Utilities.ExpressionTrees; 12using System.ComponentModel;ImportingScheme.cs https://mc.svn.codeplex.com/svn | C# | 384 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 4using System.Text; 5using System.Diagnostics.Contracts; 6using System.ComponentModel; 6using System.ComponentModel; 7using MCDomain.DataAccess; 8Program.cs https://vlpp.svn.codeplex.com/svn | C# | 260 lines
1using System; 2using System.Collections.Generic; 3using System.IO; 4using System.Linq; 5using System.Text; 5using System.Text; 6using System.Threading.Tasks; 7using System.Xml.Linq; 232 233 using (StreamWriter writer = new StreamWriter(to)) 234 {DerData.cs https://scorch.svn.codeplex.com/svn | C# | 340 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text;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; 8WindowsPhoneDevice.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; 12PropertyController.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 {ContentAnalyzer.cs https://hg01.codeplex.com/extracting | C# | 310 lines
10{ 11 using System; 12 using System.Collections.Generic; 12 using System.Collections.Generic; 13 using System.Linq; 14 using DevRain.Data.Extracting;SDNReport.cs https://asocwii.svn.codeplex.com/svn | C# | 179 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.ComponentModel; 4using System.Data; 5using System.Drawing; 6using System.Linq; 7using System.Text; 7using System.Text; 8using System.Windows.Forms; 9using Microsoft.Reporting.WinForms;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.ServicesTransactions.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; 12MiscTests.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 {CalculatedMeasurementBase.cs https://openpdc.svn.codeplex.com/svn | C# | 322 lines
25 26using System; 27using System.Collections.Generic; 28using System.Data; 29using System.Linq; 30using System.Text; 30using System.Text; 31using TimeSeriesFramework; 32using TimeSeriesFramework.Adapters;ShapeDataSourceInfo.cs https://wwt.svn.codeplex.com/svn | C# | 268 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 4using System.Text; 5using Renci.Wwt.DataManager.Common.Models; 6using System.Xml.Linq; 6using System.Xml.Linq; 7using System.ComponentModel; 8using Renci.Wwt.DataManager.Common.Editors; 8using Renci.Wwt.DataManager.Common.Editors; 9using Microsoft.Windows.Controls.PropertyGrid; 10using Renci.Wwt.Core; 10using Renci.Wwt.Core; 11using System.IO; 12using Renci.Wwt.Core.Frames.Layers.Spreadsheet;UriInferer.cs https://subsonic.svn.codeplex.com/svn | C# | 338 lines
5// Developer: Michael Antonio 6using System; 7using System.Reflection; 7using System.Reflection; 8using System.Linq; 9using System.Collections.Generic; 9using System.Collections.Generic; 10using System.Text; 11using System.Collections; 11using System.Collections; 12using MichMan.Utilities; 13MsSqlAdapterTestFixture.cs http://mite-net.googlecode.com/svn/trunk/ | C# | 502 lines
25using System; 26using System.Collections.Generic; 27using System.Data; 28using System.Data.SqlClient; 29using System.Linq; 30using Boo.Lang; 30using Boo.Lang; 31using MbUnit.Framework; 32using Mite.Configuration; 253 254 using (IDbConnection conn = GetConnection()) 255 { 381 string tableName = "table_name"; 382 using (var conn = IoC.Resolve<IDbConnection>()) 383 {AppErrorList.cs https://coveynetmw.svn.codeplex.com/svn | C# | 341 lines
1using System; 2using System.Collections; 2using System.Collections; 3using System.Linq; 4Org2DisplayUniversal.cs https://ldapgvat.svn.codeplex.com/svn | C# | 315 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.ComponentModel; 4using System.Drawing; 5using System.Data; 6using System.Linq; 7using System.Text; 7using System.Text; 8using System.Windows.Forms; 9frmNewMain.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 1591Win32API.cs http://gorgonlib.googlecode.com/svn/ | C# | 257 lines
26 27using System; 28using System.Collections.Generic; 28using System.Collections.Generic; 29using System.Linq; 30using System.Text; 30using System.Text; 31using System.Diagnostics; 32using System.Windows.Forms; 32using System.Windows.Forms; 33using System.Runtime.InteropServices; 34using Drawing = System.Drawing;InFileCache.cs https://univars.svn.codeplex.com/svn | C# | 309 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Configuration; 4using System.Diagnostics; 5using System.IO; 6using System.Linq; 7using System.Web; 7using System.Web; 8using System.Web.Hosting; 9using System.Web.Security; 9using System.Web.Security; 10using System.Web.UI; 11using Univar.Helpers; 199 { 200 using (StreamWriter sw = new StreamWriter(filePath, false, System.Text.Encoding.UTF8)) 201 {Utils.cs https://arso.svn.codeplex.com/svn | C# | 287 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Web; 4using System.Web; 5using System.Security.Cryptography; 6using System.Text; 6using System.Text; 7using AnalisisDeRiesgos.Dal; 8using System.Web.Mvc; 8using System.Web.Mvc; 9using System.Globalization; 10MainWindow.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 o3oGuide.cs git://github.com/mono/MonoGame.git | C# | 330 lines
33code form, you may only do so under a license that complies with this license. 34(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees 35or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent 40 41#region Using clause 42using System; 42using System; 43using System.Collections; 44using System.Collections.Generic; 44using System.Collections.Generic; 45using System.Linq; 46using System.Threading; 46using System.Threading; 47using System.Runtime.Remoting.Messaging; 48AutomaticBracketInsertionTests.cs git://github.com/mono/monodevelop.git | C# | 489 lines
28 29using System.Linq; 30using UnitTests; 30using UnitTests; 31using MonoDevelop.CSharpBinding.Tests; 32using MonoDevelop.Ide.Gui; 32using MonoDevelop.Ide.Gui; 33using MonoDevelop.CSharp.Completion; 34using MonoDevelop.Ide.CodeCompletion; 36using MonoDevelop.Ide.Editor.Extension; 37using Microsoft.CodeAnalysis; 38using MonoDevelop.Projects; 326 { 327 string completion = await Test (@"using System; 328class MyClassQueryPartDriver.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;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; 6Coordinate.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;DatabaseInfoContextMenuController.cs https://FireStarterModeller.svn.codeplex.com/svn | C# | 259 lines
1using System; 2using System.Collections; 3using System.Drawing; 3using System.Drawing; 4using System.Linq; 5using System.Windows.Forms; 6using FireStarter.Base; 7using Firestarter.DB.Schema.BO; 8using Habanero.Base; 8using Habanero.Base; 9using Habanero.Base.Exceptions; 10using Habanero.BO; 10using Habanero.BO; 11using Habanero.Faces.Base; 12using Habanero.Faces.Win;RoutingFacts.cs https://git01.codeplex.com/mvccoderouting | C# | 311 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 4using System.Text; 5using System.Web; 6using System.Web.Mvc; 6using System.Web.Mvc; 7using System.Web.Routing; 8using Microsoft.VisualStudio.TestTools.UnitTesting; 8using Microsoft.VisualStudio.TestTools.UnitTesting; 9using Moq; 10 11namespace MvcCodeRouting.Web.Mvc.Tests.Routing { 12 using UrlHelper = System.Web.Mvc.UrlHelper; 13StorageExtensions.cs git://github.com/cdrnet/Lokad.Cloud.git | C# | 245 lines
5 6using System; 7using System.Collections.Generic; 7using System.Collections.Generic; 8using System.Linq; 9using System.Runtime.Serialization; 9using System.Runtime.Serialization; 10using System.Text.RegularExpressions; 11using System.Threading;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; 14SattingsInvestaFinanceSync.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; 12Extensions.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; 10MainPage.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; 12GlobeViewControl.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)TagMatchingHeuristics.cs git://github.com/icsharpcode/NRefactory.git | C# | 352 lines
19using System; 20using System.Linq; 21using System.Collections.Generic; 21using System.Collections.Generic; 22using System.Diagnostics; 23using System.Threading; 23using System.Threading; 24using ICSharpCode.NRefactory.Editor; 25using ICSharpCode.NRefactory.Utils;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 594aneuploidyP043_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; 22GetMap.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; 6VisitorStatistics.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; 8ISupplier.Generated.cs https://nhydrate.svn.codeplex.com/svn | C# | 289 lines
1using System; 2using System.Linq; 3using System.Runtime.Serialization; 3using System.Runtime.Serialization; 4using System.Data.Objects.DataClasses; 5using System.Xml.Serialization; 5using System.Xml.Serialization; 6using System.ComponentModel; 7using System.Collections.Generic; 7using System.Collections.Generic; 8using System.Text; 9using Acme.Northwind.EFDAL.Interfaces;SpadeToolWindow.cs https://bitbucket.org/s_cadwallader/codemaid/ | C# | 330 lines
11 12using EnvDTE; 13using Microsoft.VisualStudio; 14using Microsoft.VisualStudio.Shell; 15using Microsoft.VisualStudio.Shell.Interop; 16using SteveCadwallader.CodeMaid.Integration; 17using SteveCadwallader.CodeMaid.Model; 18using SteveCadwallader.CodeMaid.Model.CodeItems; 19using SteveCadwallader.CodeMaid.Model.CodeTree; 19using SteveCadwallader.CodeMaid.Model.CodeTree; 20using SteveCadwallader.CodeMaid.Properties; 21using System; 22using System.ComponentModel.Design; 23using System.Linq; 24using System.Runtime.InteropServices;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#endiftopic_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;AbstractViewModel.cs https://radical.svn.codeplex.com/svn | C# | 392 lines
1using System; 2using System.Collections.ObjectModel; 3using System.ComponentModel; 4using System.Linq; 5using System.Linq.Expressions; 5using System.Linq.Expressions; 6using Topics.Radical.Linq; 7using Topics.Radical.Model; 7using Topics.Radical.Model; 8using Topics.Radical.Validation; 9using Topics.Radical.Windows.Presentation.ComponentModel; 9using Topics.Radical.Windows.Presentation.ComponentModel; 10using Topics.Radical.Windows.Presentation.Services.Validation; 11 360 // { 361 // using( this.defferedNotification.StartDefer() ) 362 // {Vehicle.Storage.cs https://domaindriver.svn.codeplex.com/svn | C# | 191 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.ComponentModel.DataAnnotations; 4using System.Data; 5using System.Data.Entity; 6using System.Linq; 7using System.Linq.Expressions; 7using System.Linq.Expressions; 8using System.Text; 9using DomainDriver.DomainModeling.DomainObjects; 9using DomainDriver.DomainModeling.DomainObjects; 10using DomainDriver.DomainModeling.Queries; 11using DomainDriver.DomainModeling.StorageManagers.DataSetStorage; 11using DomainDriver.DomainModeling.StorageManagers.DataSetStorage; 12using DomainDriver.DomainModeling.StorageManagers.EntityFrameworkStorage; 13using AutomotivePricingModel.ValueObjects.YearlyFinancialAssessments;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 #endregionMethodGroupResolveResult.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 beMagnifyingGlass.cs https://ESRISilverlight.svn.codeplex.com/svn | C# | 349 lines
6using System; 7using System.Linq; 8using System.Windows; 8using System.Windows; 9using System.Windows.Controls; 10using System.Windows.Input; 10using System.Windows.Input; 11using ESRI.ArcGIS.Client.Geometry; 12using System.Windows.Media; 16 /// <summary> 17 /// Magnifying control for the <see cref="ESRI.ArcGIS.Client.Map"/> using a <see cref="TiledMapServiceLayer"/>. 18 /// </summary>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 //}IssueTrackerService.cs https://issuetracker.svn.codeplex.com/svn | C# | 521 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 5 6using System.ServiceModel; 7using IssueTracker.Business.BO; 7using IssueTracker.Business.BO; 8using IssueTracker.Business.Entity; 9CollectionChangeTrackingServiceTests.cs https://radical.svn.codeplex.com/svn | C# | 536 lines
5 using System; 6 using System.Linq; 7 using System.Collections; 7 using System.Collections; 8 using System.Collections.Generic; 9 using Microsoft.VisualStudio.TestTools.UnitTesting; 9 using Microsoft.VisualStudio.TestTools.UnitTesting; 10 using SharpTestsEx; 11 using Topics.Radical.ComponentModel.ChangeTracking; 11 using Topics.Radical.ComponentModel.ChangeTracking; 12 using Topics.Radical.ChangeTracking; 13 using Topics.Radical.Linq;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;Game1.cs https://firstpong.svn.codeplex.com/svn | C# | 262 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;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; 13FocusElementManager.cs https://AutomationMLMapper.svn.codeplex.com/svn | C# | 242 lines
22 23using System; 24using System.Collections.Generic; 24using System.Collections.Generic; 25using System.Linq; 26using System.Text; 26using System.Text; 27using System.Windows.Input; 28using System.Windows.Interop; 28using System.Windows.Interop; 29using System.Windows; 30using System.Diagnostics; 30using System.Diagnostics; 31using AvalonDock.Layout; 32using System.Windows.Media;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; 10NuclearSampleGame.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; 24ConstructorInvokerTest.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; 8MembershipService.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;VisualStudio_2010_ExtensionMethods_Windows.cs git://github.com/o2platform/O2.Platform.Projects.git | C# | 399 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 Microsoft.VisualStudio; 8using Microsoft.VisualStudio.Shell; 9using Microsoft.VisualStudio.Shell.Interop; 10using Microsoft.VisualStudio.PlatformUI; 10using Microsoft.VisualStudio.PlatformUI; 11using Microsoft.VisualStudio.Platform.WindowManagement; 12using Microsoft.VisualStudio.Platform.WindowManagement.DTE; 18using O2.DotNetWrappers.ExtensionMethods; 19using O2.FluentSharp.VisualStudio; 20MonthList.cs https://hg01.codeplex.com/blogengine | C# | 381 lines
8{ 9 using System; 10 using System.Collections.Generic; 11 using System.ComponentModel; 12 using System.Linq; 13 using System.Web; 13 using System.Web; 14 using System.Web.Caching; 15 using System.Web.UI; 16 17 using Resources; 18 18 19 using BlogEngine.Core; 20BsonObjectId.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#endifAttributeHelper.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; 8ClanSetup.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; 28CreateInternetWebApplication.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; 11GlassShader.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; 12Samples.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; 28Schema.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; 44PagedCollection.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; 15ExtensionPointManager.cs https://dotnetnuke.svn.codeplex.com/svn | C# | 227 lines
21 22using System; 23using System.Collections.Generic; 23using System.Collections.Generic; 24using System.ComponentModel.Composition; 25using System.ComponentModel.Composition.Hosting; 26using System.IO; 27using System.Linq; 28using System.Web; 31{ 32 using Common; 33GameLevelExtensions.cs https://hg01.codeplex.com/deltaengine | C# | 308 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using CreepyTowers.Content; 4using CreepyTowers.Content; 5using CreepyTowers.Enemy.Creeps; 6using CreepyTowers.Stats; 6using CreepyTowers.Stats; 7using CreepyTowers.Towers; 8using CreepyTowers.Triggers; 8using CreepyTowers.Triggers; 9using DeltaEngine.Content; 10using DeltaEngine.Core; 10using DeltaEngine.Core; 11using DeltaEngine.Datatypes; 12using DeltaEngine.Entities;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; 8ModelTranslator.cs https://MVCControlsToolkit.svn.codeplex.com/svn | C# | 254 lines
13using System; 14using System.Collections.Generic; 15using System.Collections; 15using System.Collections; 16using System.Linq; 17using System.Text; 18using MVCControlsToolkit.Core; 19using MVCControlsToolkit.Controls; 20using System.Web.Script.Serialization; 20using System.Web.Script.Serialization; 21using System.Reflection; 22using System.ComponentModel.DataAnnotations; 22using System.ComponentModel.DataAnnotations; 23using System.Text.RegularExpressions; 24using System.Collections.ObjectModel;SkinModule.cs https://hg01.codeplex.com/umbraco | C# | 275 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Web; 5using umbraco.presentation.LiveEditing.Modules; 6using ClientDependency.Core; 7using System.Web.UI.WebControls; 8using umbraco.presentation.LiveEditing.Controls; 9using umbraco.IO; 10using System.Web.UI; 10using System.Web.UI; 11using umbraco.cms.businesslogic.skinning; 12using ClientDependency.Core.Controls; 12using ClientDependency.Core.Controls; 13using umbraco.presentation.umbraco.controls; 14using HtmlAgilityPack;TermController.cs https://dotnetnuke.svn.codeplex.com/svn | C# | 276 lines
20#endregion 21#region Usings 22 22 23using System; 24using System.Collections.Generic; 24using System.Collections.Generic; 25using System.Linq; 26using System.Web.Caching; 27 28using DotNetNuke.Common; 29using DotNetNuke.Common.Utilities; 29using DotNetNuke.Common.Utilities; 30using DotNetNuke.Entities.Content.Common; 31using DotNetNuke.Entities.Content.Data;FileProperties.ascx.cs https://dotnetnuke.svn.codeplex.com/svn | C# | 248 lines
22using System; 23using System.Collections.Generic; 24using System.IO; 24using System.IO; 25using System.Linq; 26using System.Threading; 26using System.Threading; 27using System.Web.UI; 28using System.Web.UI.HtmlControls; 30using DotNetNuke.Entities.Modules; 31using DotNetNuke.ExtensionPoints; 32using DotNetNuke.Framework; 32using DotNetNuke.Framework; 33using DotNetNuke.Modules.DigitalAssets.Components.Controllers; 34using DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models;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; 18sceSasCore.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;TestCasesPresenter.cs https://hg.codeplex.com/nbi | C# | 283 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.ComponentModel; 4using System.Data; 4using System.Data; 5using System.Linq; 6using NBi.Service; 6using NBi.Service; 7using NBi.UI.Genbi.Command; 8using NBi.UI.Genbi.Command.TestCases; 8using NBi.UI.Genbi.Command.TestCases; 9using NBi.UI.Genbi.View.TestSuiteGenerator; 10ChronoshiftPower.cs git://github.com/OpenRA/OpenRA.git | C# | 314 lines
11 12using System.Collections.Generic; 13using System.Drawing; 13using System.Drawing; 14using System.Linq; 15using OpenRA.Graphics; 15using OpenRA.Graphics; 16using OpenRA.Mods.Common.Graphics; 17using OpenRA.Mods.Common.Traits; 17using OpenRA.Mods.Common.Traits; 18using OpenRA.Mods.RA.Activities; 19using OpenRA.Traits; 97 98 using (var se = sourceTiles.GetEnumerator()) 99 using (var de = destTiles.GetEnumerator())FinalProjectConfigurationTests.cs git://github.com/mono/monodevelop.git | C# | 358 lines
27using System.IO; 28using System.Linq; 29using MonoDevelop.Ide.Projects; 29using MonoDevelop.Ide.Projects; 30using NUnit.Framework; 31Menu.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; 12PacketSizes.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; 26DataCreationService.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; 8SunTimeCalculator.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; 6IQueryableExtensionMethods.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;CircuitTestSocket.cs https://hg01.codeplex.com/logiccircuit | C# | 300 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Diagnostics.CodeAnalysis; 4using System.Globalization; 4using System.Globalization; 5using System.Linq; 6using System.Numerics; 6using System.Numerics; 7using System.Threading.Tasks; 8UserControlFunctionElementProvider.cs https://CompositeC1.svn.codeplex.com/svn | C# | 246 lines
20using System; 21using System.Collections.Generic; 22using System.Configuration; 23using System.Diagnostics.CodeAnalysis; 24using System.Linq; 25using Composite.AspNet.Security; 25using Composite.AspNet.Security; 26using Composite.C1Console.Elements; 27using Composite.C1Console.Elements.Plugins.ElementProvider; 27using Composite.C1Console.Elements.Plugins.ElementProvider; 28using Composite.C1Console.Security; 29using Composite.C1Console.Workflow; 29using Composite.C1Console.Workflow; 30using Composite.Core.ResourceSystem; 31using Composite.Functions;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; 20Hdfoutput.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.TestsfrmABMTugTipoDatoPersonal.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; 11SubscriptionRepositoryTester.cs git://github.com/DarthFubuMVC/fubumvc.git | C# | 299 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using FubuMVC.Core.ServiceBus; 4using FubuMVC.Core.ServiceBus; 5using FubuMVC.Core.ServiceBus.Configuration; 6using FubuMVC.Core.ServiceBus.Subscriptions; 6using FubuMVC.Core.ServiceBus.Subscriptions; 7using NUnit.Framework; 8using Shouldly;CountersReplicationTopologyDiscoverer.cs git://github.com/ayende/ravendb.git | C# | 272 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using Raven.Abstractions.Connection; 4using Raven.Abstractions.Connection; 5using Raven.Abstractions.Counters; 6using Raven.Abstractions.Data; 6using Raven.Abstractions.Data; 7using Raven.Abstractions.Extensions; 8using Raven.Abstractions.Logging; 8using Raven.Abstractions.Logging; 9using Raven.Abstractions.Util; 10using Raven.Bundles.Replication.Data; 10using Raven.Bundles.Replication.Data; 11using Raven.Client.Connection; 12using Raven.Database.Bundles.Replication.Data;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;