2 references to CursorChannelAttribute
Microsoft.ML.Data (2)
Data\SchemaDefinition.cs (2)
161
.Where(x => x.GetCustomAttributes(typeof(
CursorChannelAttribute
), false).Any())
167
.Where(x => x.GetCustomAttributes(typeof(
CursorChannelAttribute
), false).Any());