1,015,401 results for 'using System.Linq;' (327 ms)
SrcMLGeneratorTests.cs https://github.com/nkcsgexi/SrcML.NET.git | C# | 253 lines
11 12using System; 13using System.IO; 13using System.IO; 14using System.Text; 15using System.Collections.Generic; 15using System.Collections.Generic; 16using System.Linq; 17using NUnit.Framework; 17using NUnit.Framework; 18using ABB.SrcML; 19using System.Xml.Linq; 36 File.WriteAllText("srcmltest\\CSHARP.cs", @"using System.Collections.Generic; 37using System.Linq; 38using System.Xml;DocumentReplicationResponder.cs https://github.com/nwendel/ravendb.git | C# | 145 lines
5//----------------------------------------------------------------------- 6using System; 7using System.Collections.Generic; 8using System.ComponentModel.Composition; 9using System.Linq; 10using System.Security.Cryptography; 10using System.Security.Cryptography; 11using System.Text; 12using Raven.Abstractions.Logging; 12using Raven.Abstractions.Logging; 13using Raven.Abstractions.Util.Encryptors; 14using Raven.Bundles.Replication.Tasks; 31using System.ComponentModel.Composition; 32using System.Linq; 33DocumentRetriever.cs https://github.com/nwendel/ravendb.git | C# | 382 lines
5//----------------------------------------------------------------------- 6using System; 7using System.Collections; 7using System.Collections; 8using System.Collections.Generic; 9using Raven.Abstractions.Logging; 9using Raven.Abstractions.Logging; 10using Raven.Database.Impl.DTC; 11using Raven.Imports.Newtonsoft.Json.Linq; 11using Raven.Imports.Newtonsoft.Json.Linq; 12using Raven.Abstractions.Data; 13using Raven.Abstractions.Indexing; 21using Raven.Abstractions.Json; 22using System.Linq; 23using Raven.Json.Linq;Index.cs https://github.com/nwendel/ravendb.git | C# | 1,735 lines
5//----------------------------------------------------------------------- 6using System; 7using System.Collections; 7using System.Collections; 8using System.Collections.Concurrent; 9using System.Collections.Generic; 9using System.Collections.Generic; 10using System.Collections.Specialized; 11using System.ComponentModel.Composition; 11using System.ComponentModel.Composition; 12using System.Diagnostics; 13using System.IO; 13using System.IO; 14using System.Linq; 15using System.Text;LinqQueryToFluentTests.cs https://github.com/pombredanne/SharpDevelop.git | C# | 691 lines
39 string input = @" 40using System.Linq; 41public class TestClass 51 string output = @" 52using System.Linq; 53public class TestClass 145 string output = @" 146using System.Linq; 147public class TestClass 632 string output = @" 633using System.Linq; 634public class TestClass 656 string input = @" 657using System.Linq; 658public class TestClassLinqFluentToQueryTests.cs https://github.com/pombredanne/SharpDevelop.git | C# | 628 lines
37 Test<LinqFluentToQueryAction>(@" 38using System.Linq; 39 46}", @" 47using System.Linq; 48 62 Test<LinqFluentToQueryAction>(@" 63using System.Linq; 64 138 Test<LinqFluentToQueryAction>(@" 139using System.Linq; 140 602 Test<LinqFluentToQueryAction>(@" 603using System.Linq; 604PossibleMultipleEnumerationIssueTests.cs https://github.com/pombredanne/SharpDevelop.git | C# | 734 lines
29using System.Collections.Generic; 30using System.Linq; 31 332using System.Collections.Generic; 333using System.Linq; 334class TestClass 648using System.Collections.Generic; 649using System.Linq; 650class TestClass 671using System.Collections.Generic; 672using System.Linq; 673class TestClass 695using System.Collections.Generic; 696using System.Linq; 697class TestClassAutoLinqSumTests.cs git://github.com/icsharpcode/NRefactory.git | C# | 775 lines
37 string source = @" 38using System.Linq; 39 50 string result = @" 51using System.Linq; 52 169 string result = @" 170using System.Linq; 171 703 string source = @" 704using System.Linq; 705 722 string source = @" 723using System.Linq; 724PossibleMultipleEnumerationIssueTests.cs git://github.com/icsharpcode/NRefactory.git | C# | 733 lines
29using System.Collections.Generic; 30using System.Linq; 31 332using System.Collections.Generic; 333using System.Linq; 334class TestClass 648using System.Collections.Generic; 649using System.Linq; 650class TestClass 671using System.Collections.Generic; 672using System.Linq; 673class TestClass 695using System.Collections.Generic; 696using System.Linq; 697class TestClassAPIPerson.cs https://bitbucket.org/rbhakser/bvcms | C# | 432 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Xml; 4using System.Text; 4using System.Text; 5using System.Linq; 6using System.Xml.Linq; 6using System.Xml.Linq; 7using UtilityExtensions; 8using IronPython.Hosting; 8using IronPython.Hosting; 9using System.Data.Linq; 10using System.Xml.Serialization; 10using System.Xml.Serialization; 11using System.IO; 12using System.Runtime.Serialization;QueryFunctions.cs https://bitbucket.org/rbhakser/bvcms | C# | 316 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 4using System.Text; 5using UtilityExtensions; 6using System.Text.RegularExpressions; 6using System.Text.RegularExpressions; 7using System.Data.Linq; 8using System.Xml.Linq; 8using System.Xml.Linq; 9using System.Data.Linq.SqlClient; 10using IronPython.Hosting; 10using IronPython.Hosting; 11using System.IO; 12using CmsData.Codes;CheckInModel.cs https://bitbucket.org/rbhakser/bvcms | C# | 524 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Data.Linq; 4using System.Data.Linq; 5using System.Web; 6using UtilityExtensions; 6using UtilityExtensions; 7using CmsData; 8using System.Web.Mvc; 8using System.Web.Mvc; 9using System.Data.Linq.SqlClient; 10using CmsData.Codes; 10using CmsData.Codes; 11using System.Xml.Linq; 12QueryModel.cs https://bitbucket.org/rbhakser/bvcms | C# | 961 lines
6 */ 7using System; 8using System.Collections.Generic; 8using System.Collections.Generic; 9using System.Linq; 10using System.Data.Linq; 10using System.Data.Linq; 11using System.Web; 12using System.Web.Mvc; 12using System.Web.Mvc; 13using CmsData; 14using CmsWeb.Code; 14using CmsWeb.Code; 15using UtilityExtensions; 16using System.Data.Linq.SqlClient;APIPerson.cs https://bitbucket.org/mahalowe/bvcms | C# | 432 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Xml; 4using System.Text; 4using System.Text; 5using System.Linq; 6using System.Xml.Linq; 6using System.Xml.Linq; 7using UtilityExtensions; 8using IronPython.Hosting; 8using IronPython.Hosting; 9using System.Data.Linq; 10using System.Xml.Serialization; 10using System.Xml.Serialization; 11using System.IO; 12using System.Runtime.Serialization;CheckInModel.cs https://bitbucket.org/mahalowe/bvcms | C# | 524 lines
1using System; 2using System.Collections.Generic; 2using System.Collections.Generic; 3using System.Linq; 4using System.Data.Linq; 4using System.Data.Linq; 5using System.Web; 6using UtilityExtensions; 6using UtilityExtensions; 7using CmsData; 8using System.Web.Mvc; 8using System.Web.Mvc; 9using System.Data.Linq.SqlClient; 10using CmsData.Codes; 10using CmsData.Codes; 11using System.Xml.Linq; 12QueryModel.cs https://bitbucket.org/mahalowe/bvcms | C# | 972 lines
6 */ 7using System; 8using System.Collections.Generic; 8using System.Collections.Generic; 9using System.Linq; 10using System.Data.Linq; 10using System.Data.Linq; 11using System.Web; 12using System.Web.Mvc; 12using System.Web.Mvc; 13using CmsData; 14using CmsWeb.Code; 14using CmsWeb.Code; 15using UtilityExtensions; 16using System.Data.Linq.SqlClient;BitstampClient.Pusher.cs https://gitlab.com/prog76.trade/Bitstamp.git | C# | 116 lines
1using Bitstamp.Models; 2using Newtonsoft.Json; 2using Newtonsoft.Json; 3using Newtonsoft.Json.Linq; 4using PusherClient; 4using PusherClient; 5using System; 6using System.Collections.Concurrent; 7using System.Collections.Generic; 8using System.Linq; 9using System.Reactive.Concurrency; 9using System.Reactive.Concurrency; 10using System.Reactive.Disposables; 11using System.Reactive.Linq; 11using System.Reactive.Linq; 12using System.Reactive.Subjects; 13using System.Threading;Form1.cs https://gitlab.com/sicbb/connector-tester.git | C# | 805 lines
1using System.Collections; 2using System.Collections.Generic; 3using System.Globalization; 4using System.Linq; 5using System.Reactive.Linq; 5using System.Reactive.Linq; 6using System.Threading.Tasks; 7using jtl.ConnectorTester.Core; 7using jtl.ConnectorTester.Core; 8using jtl.ConnectorTester.Core.Model; 9using jtl.ConnectorTester.Core.Rpc; 9using jtl.ConnectorTester.Core.Rpc; 10using jtl.ConnectorTester.Model; 11using jtl.ConnectorTester.Model.Interface; 11using jtl.ConnectorTester.Model.Interface; 12using Newtonsoft.Json; 13using System;Program.cs https://gitlab.com/SirCmpwn/SauceHunt.git | C# | 291 lines
1using System; 2using System.IO; 2using System.IO; 3using Newtonsoft.Json; 4using RedditSharp; 4using RedditSharp; 5using System.Threading; 6using System.Collections.Generic; 6using System.Collections.Generic; 7using System.Linq; 8using System.Net; 8using System.Net; 9using Newtonsoft.Json.Linq; 10using SauceHunt.Database; 10using SauceHunt.Database; 11using NHibernate.Linq; 12using Database;YouTubeModule.cs https://gitlab.com/SirCmpwn/wormy.git | C# | 174 lines
1using System; 2using System.Net; 2using System.Net; 3using System.IO; 4using System.Xml.Linq; 4using System.Xml.Linq; 5using System.Linq; 6using System.Globalization; 6using System.Globalization; 7using ChatSharp.Events; 8using System.Threading.Tasks; 8using System.Threading.Tasks; 9using Newtonsoft.Json.Linq; 10using System.Xml;