1 write to _cellBlocks
Microsoft.ML.Data (1)
Model\Pfa\PfaContext.cs (1)
103_cellBlocks = new List<CellBlock>();
4 references to _cellBlocks
Microsoft.ML.Data (4)
Model\Pfa\PfaContext.cs (4)
116if (_cellBlocks.Count > 0) 119foreach (var cell in _cellBlocks) 191_cellBlocks.Add(new CellBlock(name, type, init)); 207public bool ContainsCell(string name) => _cellBlocks.Any(c => c.Name == name);