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