1 write to _targetCache
System.Linq.Queryable (1)
System\Linq\EnumerableRewriter.cs (1)
422
_targetCache
= new Dictionary<LabelTarget, LabelTarget>();
3 references to _targetCache
System.Linq.Queryable (3)
System\Linq\EnumerableRewriter.cs (3)
420
if (
_targetCache
== null)
424
else if (
_targetCache
.TryGetValue(node!, out newTarget))
434
_targetCache
.Add(node, newTarget);