4 references to IsGenericEx
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
1268
if (type.
IsGenericEx
(typeof(Nullable<>)))
1495
if (!type.
IsGenericEx
(typeof(KeyValuePair<,>)))
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (1)
510
ectx.Assert(valueType.
IsGenericEx
(typeof(VBuffer<>)));
DataView\Transposer.cs (1)
1372
if (!type.
IsGenericEx
(typeof(VBuffer<>)))