75 references to Target
Microsoft.AspNetCore.Components (6)
Microsoft.AspNetCore.Http (3)
Microsoft.AspNetCore.Http.Extensions (4)
Microsoft.AspNetCore.MiddlewareAnalysis (1)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (4)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Microsoft.CodeAnalysis.InteractiveHost (1)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.DotNet.RemoteExecutor (2)
Microsoft.Maui (4)
Microsoft.Maui.Controls (2)
Microsoft.ML.Core (13)
Utilities\Utils.cs (13)
1109return (TRet)meth.Invoke(func.Target, new object[] { arg1, arg2, arg3 });
1119return (TRet)meth.Invoke(func.Target, new object[] { arg1, arg2, arg3, arg4 });
1129return (TRet)meth.Invoke(func.Target, new object[] { arg1, arg2, arg3, arg4, arg5 });
1139return (TRet)meth.Invoke(func.Target, new object[] { arg1, arg2, arg3, arg4, arg5, arg6 });
1149return (TRet)meth.Invoke(func.Target, new object[] { arg1, arg2, arg3, arg4, arg5, arg6, arg7 });
1159return (TRet)meth.Invoke(func.Target, new object[] { arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 });
1170return (TRet)meth.Invoke(func.Target, new object[] { arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 });
1181return (TRet)meth.Invoke(func.Target, new object[] { arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10 });
1207meth.Invoke(act.Target, null);
1216meth.Invoke(act.Target, new object[] { arg1 });
1225meth.Invoke(act.Target, new object[] { arg1, arg2 });
1234meth.Invoke(act.Target, new object[] { arg1, arg2, arg3 });
1243meth.Invoke(act.Target, new object[] { arg1, arg2, arg3, arg4 });
Microsoft.ML.DataView (3)
Microsoft.ML.Parquet (1)
Microsoft.ML.Tests (1)
Microsoft.ML.Transforms (5)
PresentationCore (2)
PresentationFramework (6)
System.Data.Odbc (2)
System.Linq.Expressions (2)
System.Net.Http (2)
System.Private.CoreLib (3)
System.ServiceModel.Syndication (2)