1 type derived from ExtensionBaseAttribute
Microsoft.ML.Transforms (1)
CustomMappingFactory.cs (1)
13
public sealed class CustomMappingFactoryAttributeAttribute :
ExtensionBaseAttribute
2 references to ExtensionBaseAttribute
Microsoft.ML.Core (2)
ComponentModel\ComponentCatalog.cs (2)
1085
foreach (
ExtensionBaseAttribute
attribute in type.GetCustomAttributes(typeof(
ExtensionBaseAttribute
)))