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