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