269 references to Method
illink (1)
ILLink.RoslynAnalyzer (1)
Microsoft.AspNetCore.Components (1)
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.CodeAnalysis (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Microsoft.CodeAnalysis.InteractiveHost (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.Extensions.AI (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)
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,
195new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter, TInner, TResult>>, IQueryable<TResult>>(Join).Method,
211new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter, TInner, TResult>>, IEqualityComparer<TKey>, IQueryable<TResult>>(Join).Method,
227new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter, IEnumerable<TInner>, TResult>>, IQueryable<TResult>>(GroupJoin).Method,
243new 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,
259new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter, TInner?, TResult>>, IQueryable<TResult>>(LeftJoin).Method,
275new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter, TInner?, TResult>>, IEqualityComparer<TKey>, IQueryable<TResult>>(LeftJoin).Method,
311new Func<IQueryable<T>, IOrderedQueryable<T>>(Order).Method,
348new Func<IQueryable<T>, IComparer<T>, IOrderedQueryable<T>>(Order).Method,
361new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IOrderedQueryable<TSource>>(OrderBy).Method,
374new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, IOrderedQueryable<TSource>>(OrderBy).Method,
410new Func<IQueryable<T>, IOrderedQueryable<T>>(OrderDescending).Method,
447new Func<IQueryable<T>, IComparer<T>, IOrderedQueryable<T>>(OrderDescending).Method,
460new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IOrderedQueryable<TSource>>(OrderByDescending).Method,
473new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, IOrderedQueryable<TSource>>(OrderByDescending).Method,
489new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter?, TInner, TResult>>, IQueryable<TResult>>(RightJoin).Method,
505new Func<IQueryable<TOuter>, IEnumerable<TInner>, Expression<Func<TOuter, TKey>>, Expression<Func<TInner, TKey>>, Expression<Func<TOuter?, TInner, TResult>>, IEqualityComparer<TKey>, IQueryable<TResult>>(RightJoin).Method,
518new Func<IOrderedQueryable<TSource>, Expression<Func<TSource, TKey>>, IOrderedQueryable<TSource>>(ThenBy).Method,
531new Func<IOrderedQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, IOrderedQueryable<TSource>>(ThenBy).Method,
544new Func<IOrderedQueryable<TSource>, Expression<Func<TSource, TKey>>, IOrderedQueryable<TSource>>(ThenByDescending).Method,
557new Func<IOrderedQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, IOrderedQueryable<TSource>>(ThenByDescending).Method,
569new Func<IQueryable<TSource>, int, IQueryable<TSource>>(Take).Method,
587new Func<IQueryable<TSource>, Range, IQueryable<TSource>>(Take).Method,
600new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, IQueryable<TSource>>(TakeWhile).Method,
613new Func<IQueryable<TSource>, Expression<Func<TSource, int, bool>>, IQueryable<TSource>>(TakeWhile).Method,
625new Func<IQueryable<TSource>, int, IQueryable<TSource>>(Skip).Method,
638new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, IQueryable<TSource>>(SkipWhile).Method,
651new Func<IQueryable<TSource>, Expression<Func<TSource, int, bool>>, IQueryable<TSource>>(SkipWhile).Method,
664new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IQueryable<IGrouping<TKey, TSource>>>(GroupBy).Method,
678new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TSource, TElement>>, IQueryable<IGrouping<TKey, TElement>>>(GroupBy).Method,
691new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<IGrouping<TKey, TSource>>>(GroupBy).Method,
705new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TSource, TElement>>, IEqualityComparer<TKey>, IQueryable<IGrouping<TKey, TElement>>>(GroupBy).Method,
720new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TSource, TElement>>, Expression<Func<TKey, IEnumerable<TElement>, TResult>>, IQueryable<TResult>>(GroupBy).Method,
734new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TKey, IEnumerable<TSource>, TResult>>, IQueryable<TResult>>(GroupBy).Method,
748new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TKey, IEnumerable<TSource>, TResult>>, IEqualityComparer<TKey>, IQueryable<TResult>>(GroupBy).Method,
763new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TSource, TElement>>, Expression<Func<TKey, IEnumerable<TElement>, TResult>>, IEqualityComparer<TKey>, IQueryable<TResult>>(GroupBy).Method,
775new Func<IQueryable<TSource>, IQueryable<TSource>>(Distinct).Method,
787new Func<IQueryable<TSource>, IEqualityComparer<TSource>, IQueryable<TSource>>(Distinct).Method,
807new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IQueryable<TSource>>(DistinctBy).Method,
828new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<TSource>>(DistinctBy).Method,
851new Func<IQueryable<TSource>, int, IQueryable<TSource[]>>(Chunk).Method,
864new Func<IQueryable<TSource>, IEnumerable<TSource>, IQueryable<TSource>>(Concat).Method,
877new Func<IQueryable<TFirst>, IEnumerable<TSecond>, IQueryable<(TFirst, TSecond)>>(Zip).Method,
891new Func<IQueryable<TFirst>, IEnumerable<TSecond>, Expression<Func<TFirst, TSecond, TResult>>, IQueryable<TResult>>(Zip).Method,
915new Func<IQueryable<TFirst>, IEnumerable<TSecond>, IEnumerable<TThird>, IQueryable<(TFirst, TSecond, TThird)>>(Zip).Method,
928new Func<IQueryable<TSource>, IEnumerable<TSource>, IQueryable<TSource>>(Union).Method,
941new Func<IQueryable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>, IQueryable<TSource>>(Union).Method,
965new Func<IQueryable<TSource>, IEnumerable<TSource>, Expression<Func<TSource, TKey>>, IQueryable<TSource>>(UnionBy).Method,
988new Func<IQueryable<TSource>, IEnumerable<TSource>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<TSource>>(UnionBy).Method,
1008new Func<IQueryable<TSource>, IQueryable<(int Index, TSource Item)>>(Index).Method,
1021new Func<IQueryable<TSource>, IEnumerable<TSource>, IQueryable<TSource>>(Intersect).Method,
1034new Func<IQueryable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>, IQueryable<TSource>>(Intersect).Method,
1058new Func<IQueryable<TSource>, IEnumerable<TKey>, Expression<Func<TSource, TKey>>, IQueryable<TSource>>(IntersectBy).Method,
1083new Func<IQueryable<TSource>, IEnumerable<TKey>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<TSource>>(IntersectBy).Method,
1099new Func<IQueryable<TSource>, IEnumerable<TSource>, IQueryable<TSource>>(Except).Method,
1112new Func<IQueryable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>, IQueryable<TSource>>(Except).Method,
1137new Func<IQueryable<TSource>, IEnumerable<TKey>, Expression<Func<TSource, TKey>>, IQueryable<TSource>>(ExceptBy).Method,
1163new Func<IQueryable<TSource>, IEnumerable<TKey>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<TSource>>(ExceptBy).Method,
1178new Func<IQueryable<TSource>, TSource>(First).Method,
1191new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource>(First).Method,
1203new Func<IQueryable<TSource>, TSource?>(FirstOrDefault).Method,
1221new Func<IQueryable<TSource>, TSource, TSource>(FirstOrDefault).Method,
1234new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource?>(FirstOrDefault).Method,
1254new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource, TSource>(FirstOrDefault).Method,
1266new Func<IQueryable<TSource>, TSource>(Last).Method,
1279new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource>(Last).Method,
1291new Func<IQueryable<TSource>, TSource?>(LastOrDefault).Method,
1309new Func<IQueryable<TSource>, TSource, TSource>(LastOrDefault).Method,
1322new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource?>(LastOrDefault).Method,
1342new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource, TSource>(LastOrDefault).Method,
1355new Func<IQueryable<TSource>, TSource>(Single).Method,
1368new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource>(Single).Method,
1380new Func<IQueryable<TSource>, TSource?>(SingleOrDefault).Method,
1399new Func<IQueryable<TSource>, TSource, TSource>(SingleOrDefault).Method,
1412new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource?>(SingleOrDefault).Method,
1433new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, TSource, TSource>(SingleOrDefault).Method,
1448new Func<IQueryable<TSource>, int, TSource>(ElementAt).Method,
1470new Func<IQueryable<TSource>, Index, TSource>(ElementAt).Method,
1482new Func<IQueryable<TSource>, int, TSource?>(ElementAtOrDefault).Method,
1500new Func<IQueryable<TSource>, Index, TSource?>(ElementAtOrDefault).Method,
1512new Func<IQueryable<TSource>, IQueryable<TSource?>>(DefaultIfEmpty).Method,
1524new Func<IQueryable<TSource>, TSource, IQueryable<TSource?>>(DefaultIfEmpty).Method,
1536new Func<IQueryable<TSource>, TSource, bool>(Contains).Method,
1548new Func<IQueryable<TSource>, TSource, IEqualityComparer<TSource>, bool>(Contains).Method,
1560new Func<IQueryable<TSource>, IQueryable<TSource>>(Reverse).Method,
1573new Func<IQueryable<TSource>, IEnumerable<TSource>, bool>(SequenceEqual).Method,
1586new Func<IQueryable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>, bool>(SequenceEqual).Method,
1600new Func<IQueryable<TSource>, IQueryable<TSource>>(Shuffle).Method,
1612new Func<IQueryable<TSource>, bool>(Any).Method,
1625new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, bool>(Any).Method,
1638new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, bool>(All).Method,
1650new Func<IQueryable<TSource>, int>(Count).Method,
1663new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, int>(Count).Method,
1684new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IEqualityComparer<TKey>, IQueryable<KeyValuePair<TKey, int>>>(CountBy).Method,
1696new Func<IQueryable<TSource>, long>(LongCount).Method,
1709new Func<IQueryable<TSource>, Expression<Func<TSource, bool>>, long>(LongCount).Method,
1721new Func<IQueryable<TSource>, TSource?>(Min).Method,
1740new Func<IQueryable<TSource>, IComparer<TSource>, TSource?>(Min).Method,
1754new Func<IQueryable<TSource>, Expression<Func<TSource, TResult>>, TResult?>(Min).Method,
1775new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, TSource?>(MinBy).Method,
1801new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TSource>, TSource?>(MinBy).Method,
1825new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, TSource?>(MinBy).Method,
1839new Func<IQueryable<TSource>, TSource?>(Max).Method,
1857new Func<IQueryable<TSource>, IComparer<TSource>, TSource?>(Max).Method,
1871new Func<IQueryable<TSource>, Expression<Func<TSource, TResult>>, TResult?>(Max).Method,
1892new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, TSource?>(MaxBy).Method,
1918new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TSource>, TSource?>(MaxBy).Method,
1942new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, IComparer<TKey>, TSource?>(MaxBy).Method,
1956new Func<IQueryable<int>, int>(Sum).Method,
1968new Func<IQueryable<int?>, int?>(Sum).Method,
1980new Func<IQueryable<long>, long>(Sum).Method,
1992new Func<IQueryable<long?>, long?>(Sum).Method,
2004new Func<IQueryable<float>, float>(Sum).Method,
2016new Func<IQueryable<float?>, float?>(Sum).Method,
2028new Func<IQueryable<double>, double>(Sum).Method,
2040new Func<IQueryable<double?>, double?>(Sum).Method,
2052new Func<IQueryable<decimal>, decimal>(Sum).Method,
2064new Func<IQueryable<decimal?>, decimal?>(Sum).Method,
2077new Func<IQueryable<TSource>, Expression<Func<TSource, int>>, int>(Sum).Method,
2090new Func<IQueryable<TSource>, Expression<Func<TSource, int?>>, int?>(Sum).Method,
2103new Func<IQueryable<TSource>, Expression<Func<TSource, long>>, long>(Sum).Method,
2116new Func<IQueryable<TSource>, Expression<Func<TSource, long?>>, long?>(Sum).Method,
2129new Func<IQueryable<TSource>, Expression<Func<TSource, float>>, float>(Sum).Method,
2142new Func<IQueryable<TSource>, Expression<Func<TSource, float?>>, float?>(Sum).Method,
2155new Func<IQueryable<TSource>, Expression<Func<TSource, double>>, double>(Sum).Method,
2168new Func<IQueryable<TSource>, Expression<Func<TSource, double?>>, double?>(Sum).Method,
2181new Func<IQueryable<TSource>, Expression<Func<TSource, decimal>>, decimal>(Sum).Method,
2194new Func<IQueryable<TSource>, Expression<Func<TSource, decimal?>>, decimal?>(Sum).Method,
2206new Func<IQueryable<int>, double>(Average).Method,
2218new Func<IQueryable<int?>, double?>(Average).Method,
2230new Func<IQueryable<long>, double>(Average).Method,
2242new Func<IQueryable<long?>, double?>(Average).Method,
2254new Func<IQueryable<float>, float>(Average).Method,
2266new Func<IQueryable<float?>, float?>(Average).Method,
2278new Func<IQueryable<double>, double>(Average).Method,
2290new Func<IQueryable<double?>, double?>(Average).Method,
2302new Func<IQueryable<decimal>, decimal>(Average).Method,
2314new Func<IQueryable<decimal?>, decimal?>(Average).Method,
2327new Func<IQueryable<TSource>, Expression<Func<TSource, int>>, double>(Average).Method,
2340new Func<IQueryable<TSource>, Expression<Func<TSource, int?>>, double?>(Average).Method,
2353new Func<IQueryable<TSource>, Expression<Func<TSource, float>>, float>(Average).Method,
2366new Func<IQueryable<TSource>, Expression<Func<TSource, float?>>, float?>(Average).Method,
2379new Func<IQueryable<TSource>, Expression<Func<TSource, long>>, double>(Average).Method,
2392new Func<IQueryable<TSource>, Expression<Func<TSource, long?>>, double?>(Average).Method,
2405new Func<IQueryable<TSource>, Expression<Func<TSource, double>>, double>(Average).Method,
2418new Func<IQueryable<TSource>, Expression<Func<TSource, double?>>, double?>(Average).Method,
2431new Func<IQueryable<TSource>, Expression<Func<TSource, decimal>>, decimal>(Average).Method,
2444new Func<IQueryable<TSource>, Expression<Func<TSource, decimal?>>, decimal?>(Average).Method,
2457new Func<IQueryable<TSource>, Expression<Func<TSource, TSource, TSource>>, TSource>(Aggregate).Method,
2470new Func<IQueryable<TSource>, TAccumulate, Expression<Func<TAccumulate, TSource, TAccumulate>>, TAccumulate>(Aggregate).Method,
2484new Func<IQueryable<TSource>, TAccumulate, Expression<Func<TAccumulate, TSource, TAccumulate>>, Expression<Func<TAccumulate, TResult>>, TResult>(Aggregate).Method,
2514new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, TAccumulate, Expression<Func<TAccumulate, TSource, TAccumulate>>, IEqualityComparer<TKey>, IQueryable<KeyValuePair<TKey, TAccumulate>>>(AggregateBy).Method,
2545new Func<IQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TKey, TAccumulate>>, Expression<Func<TAccumulate, TSource, TAccumulate>>, IEqualityComparer<TKey>, IQueryable<KeyValuePair<TKey, TAccumulate>>>(AggregateBy).Method,
2557new Func<IQueryable<TSource>, int, IQueryable<TSource>>(SkipLast).Method,
2570new Func<IQueryable<TSource>, int, IQueryable<TSource>>(TakeLast).Method,
2582new Func<IQueryable<TSource>, TSource, IQueryable<TSource>>(Append).Method,
2594new 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)