2 instantiations of FuncStaticMethodInfo1
Microsoft.ML.Data (2)
DataLoadSave\FakeSchema.cs (2)
18
private static readonly FuncStaticMethodInfo1<Delegate> _getDefaultVectorGetterMethodInfo = new
FuncStaticMethodInfo1
<Delegate>(GetDefaultVectorGetter<int>);
19
private static readonly FuncStaticMethodInfo1<Delegate> _getDefaultGetterMethodInfo = new
FuncStaticMethodInfo1
<Delegate>(GetDefaultGetter<int>);
8 references to FuncStaticMethodInfo1
Microsoft.ML.Core (6)
Utilities\Utils.cs (6)
1001
public static TResult MarshalInvoke<TResult>(
FuncStaticMethodInfo1
<TResult> func, Type genArg)
1018
/// A one-argument version of <see cref="MarshalInvoke{TResult}(
FuncStaticMethodInfo1
{TResult}, Type)"/>.
1037
/// A one-argument, three-type-parameter version of <see cref="MarshalInvoke{TResult}(
FuncStaticMethodInfo1
{TResult}, Type)"/>.
1056
/// A two-argument version of <see cref="MarshalInvoke{TResult}(
FuncStaticMethodInfo1
{TResult}, Type)"/>.
1075
/// A two-argument, two-type-parameter version of <see cref="MarshalInvoke{TResult}(
FuncStaticMethodInfo1
{TResult}, Type)"/>.
1094
/// A two-argument, three-type-parameter version of <see cref="MarshalInvoke{TResult}(
FuncStaticMethodInfo1
{TResult}, Type)"/>.
Microsoft.ML.Data (2)
DataLoadSave\FakeSchema.cs (2)
18
private static readonly
FuncStaticMethodInfo1
<Delegate> _getDefaultVectorGetterMethodInfo = new FuncStaticMethodInfo1<Delegate>(GetDefaultVectorGetter<int>);
19
private static readonly
FuncStaticMethodInfo1
<Delegate> _getDefaultGetterMethodInfo = new FuncStaticMethodInfo1<Delegate>(GetDefaultGetter<int>);