7 references to MarshalInvoke
Microsoft.ML.Core (5)
Utilities\Utils.cs (5)
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)
37
del = Utils.
MarshalInvoke
(_getDefaultVectorGetterMethodInfo, vectorType.ItemType.RawType);
39
del = Utils.
MarshalInvoke
(_getDefaultGetterMethodInfo, metaColumnType.RawType);