3 references to SwitchSection
Microsoft.CodeAnalysis.CSharp (3)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
272select F.SwitchSection(
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
250select F.SwitchSection(kv.Value.SelectAsArray(state => (int)state), F.Goto(kv.Key));
Lowering\SyntheticBoundNodeFactory.cs (1)
1073=> SwitchSection(ImmutableArray.Create(value), statements);