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)
213
public bool ContainsType(string name) =>
_types
.Contains(name);
231
return
_types
.Add(name);