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)
420if (_targetCache == null) 424else if (_targetCache.TryGetValue(node!, out newTarget)) 434_targetCache.Add(node, newTarget);