1 write to _labels
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AbstractFlowPass.cs (1)
210
_labels
= PooledDictionary<LabelSymbol, TLocalState>.GetInstance();
5 references to _labels
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AbstractFlowPass.cs (5)
459
_labels
.Free();
517
if (
_labels
.TryGetValue(label, out result))
523
_labels
.Add(label, result);
804
_labels
[label] = state;
3381
_labels
[label] = this.State.Clone();