5 references to GetGenericTypeArgumentsEx
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1271
var genArgs = type.
GetGenericTypeArgumentsEx
();
Microsoft.ML.Data (4)
EntryPoints\EntryPointNode.cs (4)
73
&& type.
GetGenericTypeArgumentsEx
()[0] == typeof(string))
75
return CheckType(type.
GetGenericTypeArgumentsEx
()[1]);
206
&& variableType.
GetGenericTypeArgumentsEx
()[0] == typeof(string));
207
return IsValidType(variableType.
GetGenericTypeArgumentsEx
()[1]);