4 references to Knows
Microsoft.ML.Data (4)
Data\SchemaDefinition.cs (1)
434if (!DataViewTypeManager.Knows(dataType, customAttributes))
DataView\InternalSchemaDefinition.cs (1)
199if (!itemType.TryGetDataKind(out _) && !DataViewTypeManager.Knows(itemType, attributes))
DataView\TypedCursor.cs (1)
248if (!actualType.TryGetDataKind(out _) && !DataViewTypeManager.Knows(actualType, customAttributes))
Utils\ApiUtils.cs (1)
42t == typeof(DataViewRowId) || DataViewTypeManager.Knows(t, attributes))