1 write to _signatures
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
79_signatures = new Dictionary<Type, bool>();
2 references to _signatures
Microsoft.ML.Core (2)
ComponentModel\ComponentCatalog.cs (2)
530_signatures[sigType] = true; 752return _signatures.Select(kvp => kvp.Key).ToArray();