297 references to Method
BuildActionTelemetryTable (1)
CodeStyleConfigFileGenerator (1)
GenerateDocumentationAndConfigFiles (1)
illink (1)
ILLink.RoslynAnalyzer (1)
Metrics (1)
Metrics.Legacy (1)
Microsoft.AspNetCore.Components (5)
Microsoft.AspNetCore.Components.Tests (2)
Microsoft.AspNetCore.Http (3)
Microsoft.AspNetCore.Http.Extensions (4)
Microsoft.AspNetCore.Http.Extensions.Tests (4)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
Microsoft.AspNetCore.OpenApi.Tests (1)
Microsoft.AspNetCore.Routing (4)
Builder\EndpointRouteBuilderExtensions.cs (2)
201.AddRequestDelegate(pattern, requestDelegate, httpMethods, CreateHandlerRequestDelegate, requestDelegate.Method);
439.AddRouteHandler(pattern, handler, httpMethods, isFallback, RequestDelegateFactory.InferMetadata, RequestDelegateFactory.Create, handler.Method);
Microsoft.AspNetCore.SignalR.Client.Core (1)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.Collections.Package (1)
Microsoft.CodeAnalysis.Contracts.Package (1)
Microsoft.CodeAnalysis.Debugging.Package (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Microsoft.CodeAnalysis.Extensions.Package (1)
Microsoft.CodeAnalysis.InteractiveHost (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
Microsoft.CodeAnalysis.PooledObjects.Package (1)
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Scripting.TestUtilities (1)
Microsoft.CodeAnalysis.Threading.Package (1)
Microsoft.CodeAnalysis.UnitTests (6)
Microsoft.CodeAnalysis.Workspaces (5)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
Microsoft.Extensions.AI.Abstractions (2)
Microsoft.Extensions.AI.Abstractions.Tests (1)
Microsoft.Extensions.AI.Tests (4)
Microsoft.Extensions.DependencyInjection (3)
Microsoft.Extensions.DependencyInjection.Abstractions (3)
Microsoft.Maui.Controls (2)
Microsoft.ML.Core (12)
Microsoft.ML.Data (4)
Microsoft.ML.Parquet (1)
Microsoft.ML.Transforms (2)
PresentationFramework (2)
PresentationUI (2)
Replay (1)
Roslyn.Diagnostics.Analyzers (1)
SemanticSearch.BuildTask (1)
System.Linq.Expressions (10)
System.Linq.Queryable (166)
System\Linq\Queryable.cs (166)
56new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, IQueryable<TSource>>(Where).Method,
69new Func<IQueryable<TSource>, Expression<Func<TSource, int, bool>>, IQueryable<TSource>>(Where).Method,
81new Func<IQueryable, IQueryable<TResult>>(OfType<TResult>).Method,
93new Func<IQueryable, IQueryable<TResult>>(Cast<TResult>).Method,
106new Func<IQueryable<TSource>, Expression<Func<TSource, TResult>>, IQueryable<TResult>>(Select).Method,
119new Func<IQueryable<TSource>, Expression<Func<TSource, int, TResult>>, IQueryable<TResult>>(Select).Method,
132new Func<IQueryable<TSource>, Expression<Func<TSource, IEnumerable<TResult>>>, IQueryable<TResult>>(SelectMany).Method,
145new Func<IQueryable<TSource>, Expression<Func<TSource, int, IEnumerable<TResult>>>, IQueryable<TResult>>(SelectMany).Method,
159new Func<IQueryable<TSource>, Expression<Func<TSource, int, IEnumerable<TCollection>>>, Expression<Func<TSource, TCollection, TResult>>, IQueryable<TResult>>(SelectMany).Method,
173new Func<IQueryable<TSource>, Expression<Func<TSource, IEnumerable<TCollection>>>, Expression<Func<TSource, TCollection, TResult>>, IQueryable<TResult>>(SelectMany).Method,
292new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter, TInner, TResult>>, IQueryable<TResult>>(Join).Method,
407new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter, TInner, TResult>>, IEqualityComparer<TKey>, IQueryable<TResult>>(Join).Method,
423new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter, IEnumerable<TInner>, TResult>>, IQueryable<TResult>>(GroupJoin).Method,
439new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter, IEnumerable<TInner>, TResult>>, IEqualityComparer<TKey>, IQueryable<TResult>>(GroupJoin).Method,
553new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter, TInner?, TResult>>, IQueryable<TResult>>(LeftJoin).Method,
668new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter, TInner?, TResult>>, IEqualityComparer<TKey>, IQueryable<TResult>>(LeftJoin).Method,
704new Func<IQueryable<T>, IOrderedQueryable<T>>(Order).Method,
741new Func<IQueryable<T>, IComparer<T>, IOrderedQueryable<T>>(Order).Method,
754new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IOrderedQueryable<TSource>>(OrderBy).Method,
767new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, IOrderedQueryable<TSource>>(OrderBy).Method,
803new Func<IQueryable<T>, IOrderedQueryable<T>>(OrderDescending).Method,
840new Func<IQueryable<T>, IComparer<T>, IOrderedQueryable<T>>(OrderDescending).Method,
853new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IOrderedQueryable<TSource>>(OrderByDescending).Method,
866new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, IOrderedQueryable<TSource>>(OrderByDescending).Method,
979new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter?, TInner, TResult>>, IQueryable<TResult>>(RightJoin).Method,
1093new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter?, TInner, TResult>>, IEqualityComparer<TKey>, IQueryable<TResult>>(RightJoin).Method,
1106new Func<IOrderedQueryable<TSource>, Expression<Func<TSource, TKey>>, IOrderedQueryable<TSource>>(ThenBy).Method,
1119new Func<IOrderedQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, IOrderedQueryable<TSource>>(ThenBy).Method,
1132new Func<IOrderedQueryable<TSource>, Expression<Func<TSource, TKey>>, IOrderedQueryable<TSource>>(ThenByDescending).Method,
1145new Func<IOrderedQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, IOrderedQueryable<TSource>>(ThenByDescending).Method,
1157new Func<IQueryable<TSource>, int, IQueryable<TSource>>(Take).Method,
1175new Func<IQueryable<TSource>, Range, IQueryable<TSource>>(Take).Method,
1188new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, IQueryable<TSource>>(TakeWhile).Method,
1201new Func<IQueryable<TSource>, Expression<Func<TSource, int, bool>>, IQueryable<TSource>>(TakeWhile).Method,
1213new Func<IQueryable<TSource>, int, IQueryable<TSource>>(Skip).Method,
1226new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, IQueryable<TSource>>(SkipWhile).Method,
1239new Func<IQueryable<TSource>, Expression<Func<TSource, int, bool>>, IQueryable<TSource>>(SkipWhile).Method,
1252new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IQueryable<IGrouping<TKey, TSource>>>(GroupBy).Method,
1266new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TSource, TElement>>, IQueryable<IGrouping<TKey, TElement>>>(GroupBy).Method,
1279new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<IGrouping<TKey, TSource>>>(GroupBy).Method,
1293new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TSource, TElement>>, IEqualityComparer<TKey>, IQueryable<IGrouping<TKey, TElement>>>(GroupBy).Method,
1308new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TSource, TElement>>, Expression<Func<TKey, IEnumerable<TElement>, TResult>>, IQueryable<TResult>>(GroupBy).Method,
1322new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TKey, IEnumerable<TSource>, TResult>>, IQueryable<TResult>>(GroupBy).Method,
1336new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TKey, IEnumerable<TSource>, TResult>>, IEqualityComparer<TKey>, IQueryable<TResult>>(GroupBy).Method,
1351new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TSource, TElement>>, Expression<Func<TKey, IEnumerable<TElement>, TResult>>, IEqualityComparer<TKey>, IQueryable<TResult>>(GroupBy).Method,
1363new Func<IQueryable<TSource>, IQueryable<TSource>>(Distinct).Method,
1375new Func<IQueryable<TSource>, IEqualityComparer<TSource>, IQueryable<TSource>>(Distinct).Method,
1395new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IQueryable<TSource>>(DistinctBy).Method,
1416new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<TSource>>(DistinctBy).Method,
1439new Func<IQueryable<TSource>, int, IQueryable<TSource[]>>(Chunk).Method,
1452new Func<IQueryable<TSource>, IEnumerable<TSource>, IQueryable<TSource>>(Concat).Method,
1465new Func<IQueryable<TFirst>, IEnumerable<TSecond>, IQueryable<(TFirst, TSecond)>>(Zip).Method,
1479new Func<IQueryable<TFirst>, IEnumerable<TSecond>, Expression<Func<TFirst, TSecond, TResult>>, IQueryable<TResult>>(Zip).Method,
1503new Func<IQueryable<TFirst>, IEnumerable<TSecond>, IEnumerable<TThird>, IQueryable<(TFirst, TSecond, TThird)>>(Zip).Method,
1516new Func<IQueryable<TSource>, IEnumerable<TSource>, IQueryable<TSource>>(Union).Method,
1529new Func<IQueryable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>, IQueryable<TSource>>(Union).Method,
1553new Func<IQueryable<TSource>, IEnumerable<TSource>, Expression<Func<TSource, TKey>>, IQueryable<TSource>>(UnionBy).Method,
1576new Func<IQueryable<TSource>, IEnumerable<TSource>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<TSource>>(UnionBy).Method,
1596new Func<IQueryable<TSource>, IQueryable<(int Index, TSource Item)>>(Index).Method,
1609new Func<IQueryable<TSource>, IEnumerable<TSource>, IQueryable<TSource>>(Intersect).Method,
1622new Func<IQueryable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>, IQueryable<TSource>>(Intersect).Method,
1646new Func<IQueryable<TSource>, IEnumerable<TKey>, Expression<Func<TSource, TKey>>, IQueryable<TSource>>(IntersectBy).Method,
1671new Func<IQueryable<TSource>, IEnumerable<TKey>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<TSource>>(IntersectBy).Method,
1687new Func<IQueryable<TSource>, IEnumerable<TSource>, IQueryable<TSource>>(Except).Method,
1700new Func<IQueryable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>, IQueryable<TSource>>(Except).Method,
1725new Func<IQueryable<TSource>, IEnumerable<TKey>, Expression<Func<TSource, TKey>>, IQueryable<TSource>>(ExceptBy).Method,
1751new Func<IQueryable<TSource>, IEnumerable<TKey>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<TSource>>(ExceptBy).Method,
1766new Func<IQueryable<TSource>, TSource>(First).Method,
1779new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource>(First).Method,
1791new Func<IQueryable<TSource>, TSource?>(FirstOrDefault).Method,
1809new Func<IQueryable<TSource>, TSource, TSource>(FirstOrDefault).Method,
1822new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource?>(FirstOrDefault).Method,
1842new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource, TSource>(FirstOrDefault).Method,
1854new Func<IQueryable<TSource>, TSource>(Last).Method,
1867new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource>(Last).Method,
1879new Func<IQueryable<TSource>, TSource?>(LastOrDefault).Method,
1897new Func<IQueryable<TSource>, TSource, TSource>(LastOrDefault).Method,
1910new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource?>(LastOrDefault).Method,
1930new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource, TSource>(LastOrDefault).Method,
1943new Func<IQueryable<TSource>, TSource>(Single).Method,
1956new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource>(Single).Method,
1968new Func<IQueryable<TSource>, TSource?>(SingleOrDefault).Method,
1987new Func<IQueryable<TSource>, TSource, TSource>(SingleOrDefault).Method,
2000new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource?>(SingleOrDefault).Method,
2021new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource, TSource>(SingleOrDefault).Method,
2036new Func<IQueryable<TSource>, int, TSource>(ElementAt).Method,
2058new Func<IQueryable<TSource>, Index, TSource>(ElementAt).Method,
2070new Func<IQueryable<TSource>, int, TSource?>(ElementAtOrDefault).Method,
2088new Func<IQueryable<TSource>, Index, TSource?>(ElementAtOrDefault).Method,
2100new Func<IQueryable<TSource>, IQueryable<TSource?>>(DefaultIfEmpty).Method,
2112new Func<IQueryable<TSource>, TSource, IQueryable<TSource?>>(DefaultIfEmpty).Method,
2124new Func<IQueryable<TSource>, TSource, bool>(Contains).Method,
2136new Func<IQueryable<TSource>, TSource, IEqualityComparer<TSource>, bool>(Contains).Method,
2148new Func<IQueryable<TSource>, IQueryable<TSource>>(Reverse).Method,
2161new Func<IQueryable<TSource>, IEnumerable<TSource>, bool>(SequenceEqual).Method,
2174new Func<IQueryable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>, bool>(SequenceEqual).Method,
2188new Func<IQueryable<TSource>, IQueryable<TSource>>(Shuffle).Method,
2200new Func<IQueryable<TSource>, bool>(Any).Method,
2213new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, bool>(Any).Method,
2226new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, bool>(All).Method,
2238new Func<IQueryable<TSource>, int>(Count).Method,
2251new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, int>(Count).Method,
2272new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<KeyValuePair<TKey, int>>>(CountBy).Method,
2284new Func<IQueryable<TSource>, long>(LongCount).Method,
2297new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, long>(LongCount).Method,
2309new Func<IQueryable<TSource>, TSource?>(Min).Method,
2328new Func<IQueryable<TSource>, IComparer<TSource>, TSource?>(Min).Method,
2342new Func<IQueryable<TSource>, Expression<Func<TSource, TResult>>, TResult?>(Min).Method,
2363new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, TSource?>(MinBy).Method,
2389new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TSource>, TSource?>(MinBy).Method,
2413new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, TSource?>(MinBy).Method,
2427new Func<IQueryable<TSource>, TSource?>(Max).Method,
2445new Func<IQueryable<TSource>, IComparer<TSource>, TSource?>(Max).Method,
2459new Func<IQueryable<TSource>, Expression<Func<TSource, TResult>>, TResult?>(Max).Method,
2480new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, TSource?>(MaxBy).Method,
2506new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TSource>, TSource?>(MaxBy).Method,
2530new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, TSource?>(MaxBy).Method,
2544new Func<IQueryable<int>, int>(Sum).Method,
2556new Func<IQueryable<int?>, int?>(Sum).Method,
2568new Func<IQueryable<long>, long>(Sum).Method,
2580new Func<IQueryable<long?>, long?>(Sum).Method,
2592new Func<IQueryable<float>, float>(Sum).Method,
2604new Func<IQueryable<float?>, float?>(Sum).Method,
2616new Func<IQueryable<double>, double>(Sum).Method,
2628new Func<IQueryable<double?>, double?>(Sum).Method,
2640new Func<IQueryable<decimal>, decimal>(Sum).Method,
2652new Func<IQueryable<decimal?>, decimal?>(Sum).Method,
2665new Func<IQueryable<TSource>, Expression<Func<TSource, int>>, int>(Sum).Method,
2678new Func<IQueryable<TSource>, Expression<Func<TSource, int?>>, int?>(Sum).Method,
2691new Func<IQueryable<TSource>, Expression<Func<TSource, long>>, long>(Sum).Method,
2704new Func<IQueryable<TSource>, Expression<Func<TSource, long?>>, long?>(Sum).Method,
2717new Func<IQueryable<TSource>, Expression<Func<TSource, float>>, float>(Sum).Method,
2730new Func<IQueryable<TSource>, Expression<Func<TSource, float?>>, float?>(Sum).Method,
2743new Func<IQueryable<TSource>, Expression<Func<TSource, double>>, double>(Sum).Method,
2756new Func<IQueryable<TSource>, Expression<Func<TSource, double?>>, double?>(Sum).Method,
2769new Func<IQueryable<TSource>, Expression<Func<TSource, decimal>>, decimal>(Sum).Method,
2782new Func<IQueryable<TSource>, Expression<Func<TSource, decimal?>>, decimal?>(Sum).Method,
2794new Func<IQueryable<int>, double>(Average).Method,
2806new Func<IQueryable<int?>, double?>(Average).Method,
2818new Func<IQueryable<long>, double>(Average).Method,
2830new Func<IQueryable<long?>, double?>(Average).Method,
2842new Func<IQueryable<float>, float>(Average).Method,
2854new Func<IQueryable<float?>, float?>(Average).Method,
2866new Func<IQueryable<double>, double>(Average).Method,
2878new Func<IQueryable<double?>, double?>(Average).Method,
2890new Func<IQueryable<decimal>, decimal>(Average).Method,
2902new Func<IQueryable<decimal?>, decimal?>(Average).Method,
2915new Func<IQueryable<TSource>, Expression<Func<TSource, int>>, double>(Average).Method,
2928new Func<IQueryable<TSource>, Expression<Func<TSource, int?>>, double?>(Average).Method,
2941new Func<IQueryable<TSource>, Expression<Func<TSource, float>>, float>(Average).Method,
2954new Func<IQueryable<TSource>, Expression<Func<TSource, float?>>, float?>(Average).Method,
2967new Func<IQueryable<TSource>, Expression<Func<TSource, long>>, double>(Average).Method,
2980new Func<IQueryable<TSource>, Expression<Func<TSource, long?>>, double?>(Average).Method,
2993new Func<IQueryable<TSource>, Expression<Func<TSource, double>>, double>(Average).Method,
3006new Func<IQueryable<TSource>, Expression<Func<TSource, double?>>, double?>(Average).Method,
3019new Func<IQueryable<TSource>, Expression<Func<TSource, decimal>>, decimal>(Average).Method,
3032new Func<IQueryable<TSource>, Expression<Func<TSource, decimal?>>, decimal?>(Average).Method,
3045new Func<IQueryable<TSource>, Expression<Func<TSource, TSource, TSource>>, TSource>(Aggregate).Method,
3058new Func<IQueryable<TSource>, TAccumulate, Expression<Func<TAccumulate, TSource, TAccumulate>>, TAccumulate>(Aggregate).Method,
3072new Func<IQueryable<TSource>, TAccumulate, Expression<Func<TAccumulate, TSource, TAccumulate>>, Expression<Func<TAccumulate, TResult>>, TResult>(Aggregate).Method,
3102new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, TAccumulate, Expression<Func<TAccumulate, TSource, TAccumulate>>, IEqualityComparer<TKey>, IQueryable<KeyValuePair<TKey, TAccumulate>>>(AggregateBy).Method,
3133new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TKey, TAccumulate>>, Expression<Func<TAccumulate, TSource, TAccumulate>>, IEqualityComparer<TKey>, IQueryable<KeyValuePair<TKey, TAccumulate>>>(AggregateBy).Method,
3145new Func<IQueryable<TSource>, int, IQueryable<TSource>>(SkipLast).Method,
3158new Func<IQueryable<TSource>, int, IQueryable<TSource>>(TakeLast).Method,
3170new Func<IQueryable<TSource>, TSource, IQueryable<TSource>>(Append).Method,
3182new Func<IQueryable<TSource>, TSource, IQueryable<TSource>>(Prepend).Method,
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeReflectionExtensions.cs (1)
116return del.Method;
System.Security.Cryptography.Xml (1)
System.ServiceModel.Syndication (2)
System.Xaml.Tests (1)
Test.Utilities (1)
Text.Analyzers (1)