1 write to _labels
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AbstractFlowPass.cs (1)
210
_labels
= PooledDictionary<LabelSymbol, TLocalState>.GetInstance();
7 references to _labels
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\AbstractFlowPass.cs (7)
238
foreach (var key in
_labels
.Keys)
251
result.Append(name).Append(": ").Append(this.Dump(
_labels
[key]));
458
_labels
.Free();
516
if (
_labels
.TryGetValue(label, out result))
522
_labels
.Add(label, result);
803
_labels
[label] = state;
3358
_labels
[label] = this.State.Clone();