1 write to _cacheWith
Microsoft.ML.Transforms (1)
Expression\CodeGen.cs (1)
145_cacheWith = new List<CachedWithLocal>();
9 references to _cacheWith
Microsoft.ML.Transforms (9)
Expression\CodeGen.cs (9)
358Contracts.Assert(0 <= loc.Index && loc.Index < _cacheWith.Count); 359var cache = _cacheWith[loc.Index]; 1331int index = _cacheWith.Count; 1346var item = _cacheWith[i]; 1388_cacheWith.Add(cache); 1389Contracts.Assert(_cacheWith.Count == index + 1); 1398Contracts.Assert(_cacheWith.Count == index + 1); 1399Contracts.Assert(_cacheWith[index] == cache); 1400_cacheWith.RemoveAt(index);