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)
358
Contracts.Assert(0 <= loc.Index && loc.Index <
_cacheWith
.Count);
359
var cache =
_cacheWith
[loc.Index];
1331
int index =
_cacheWith
.Count;
1346
var item =
_cacheWith
[i];
1388
_cacheWith
.Add(cache);
1389
Contracts.Assert(
_cacheWith
.Count == index + 1);
1398
Contracts.Assert(
_cacheWith
.Count == index + 1);
1399
Contracts.Assert(
_cacheWith
[index] == cache);
1400
_cacheWith
.RemoveAt(index);