1 write to _types
Microsoft.ML.Data (1)
Model\Pfa\PfaContext.cs (1)
106_types = new HashSet<string>();
2 references to _types
Microsoft.ML.Data (2)
Model\Pfa\PfaContext.cs (2)
213public bool ContainsType(string name) => _types.Contains(name); 231return _types.Add(name);