2 references to ExtractOptionalOrNullableType
Microsoft.ML.EntryPoints (2)
JsonUtils\JsonManifestUtils.cs (2)
71
var type =
ExtractOptionalOrNullableType
(fieldInfo.PropertyType);
324
type =
ExtractOptionalOrNullableType
(type);