4 references to _tryStart
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\LightLambda.cs (4)
103
if (!
_tryStart
.TryGetValue(index, out count))
105
_tryStart
.Add(index, 1);
109
_tryStart
[index] = count + 1;
150
if (
_tryStart
.TryGetValue(i, out startCount))