5 references to _switchArms
Microsoft.CodeAnalysis.CSharp (5)
Lowering\LocalRewriter\LocalRewriter_BasePatternSwitchLocalRewriter.cs (5)
32
bool found =
_switchArms
.TryGetValue(sectionSyntax, out ArrayBuilder<BoundStatement>? result);
55
_switchArms
.Add(arm, armBuilder);
61
_switchArms
.Free();
71
var switchSections =
_switchArms
.ToImmutableDictionary(kv => kv.Key, kv => kv.Value.ToImmutableAndFree());
72
_switchArms
.Clear();