4 references to Switch
ILAssembler (1)
GrammarVisitor.cs (1)
3164var switchEncoder = _currentMethod!.Definition.MethodBody.Switch(labels.Count);
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
531SwitchInstructionEncoder switchEncoder = _il.Switch(labels.Length);
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\SwitchInstructionEncoder.cs (2)
12/// See <see cref="InstructionEncoder.Switch(int)"/> for usage guidelines. 32/// See <see cref="InstructionEncoder.Switch(int)"/> for usage guidelines.