1 write to _labels
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\AbstractFlowPass.cs (1)
211
_labels
= PooledDictionary<LabelSymbol, TLocalState>.GetInstance();
7 references to _labels
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\AbstractFlowPass.cs (7)
239
foreach (var key in
_labels
.Keys)
252
result.Append(name).Append(": ").Append(this.Dump(
_labels
[key]));
459
_labels
.Free();
517
if (
_labels
.TryGetValue(label, out result))
523
_labels
.Add(label, result);
804
_labels
[label] = state;
3347
_labels
[label] = this.State.Clone();