2 references to _sectionLabels
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_PatternSwitchStatement.cs (2)
52
if (
_sectionLabels
.TryGetValue(section, out LabelSymbol? replacementLabel))
57
_sectionLabels
.Add(section, result);