3 references to _sectionLabels
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_PatternSwitchStatement.cs (3)
38
((PooledDictionary<SyntaxNode, LabelSymbol>)
_sectionLabels
).Free();
58
if (
_sectionLabels
.TryGetValue(section, out LabelSymbol? replacementLabel))
63
_sectionLabels
.Add(section, result);