4 references to ComponentAttribute
Microsoft.ML.Core (4)
ComponentModel\ComponentCatalog.cs (4)
405internal ComponentInfo(Type interfaceType, string kind, Type argumentType, TlcModule.ComponentAttribute attribute) 596var attr = nestedType.GetTypeInfo().GetCustomAttributes(typeof(TlcModule.ComponentAttribute), true).FirstOrDefault() 597as TlcModule.ComponentAttribute;