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