3 instantiations of InstructionEncoder
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenFunctionPointersTests.cs (2)
12644il = new InstructionEncoder(codeBuilder); 12661il = new InstructionEncoder(codeBuilder);
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
44_il = new InstructionEncoder(_builder, _cfBuilder);
13 references to InstructionEncoder
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenFunctionPointersTests.cs (1)
12639InstructionEncoder il;
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
19private readonly InstructionEncoder _il; 51internal InstructionEncoder Instructions => _il;
System.Reflection.Metadata (10)
System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs (2)
32/// Must be specified to be able to use some of the control-flow factory methods of <see cref="InstructionEncoder"/>, 438/// Before using this <see cref="InstructionEncoder"/> in any other way,
System\Reflection\Metadata\Ecma335\Encoding\MethodBodyStreamEncoder.cs (2)
141InstructionEncoder instructionEncoder, 164InstructionEncoder instructionEncoder,
System\Reflection\Metadata\Ecma335\Encoding\SwitchInstructionEncoder.cs (4)
12/// See <see cref="InstructionEncoder.Switch(int)"/> for usage guidelines. 16private readonly InstructionEncoder _encoder; 20internal SwitchInstructionEncoder(InstructionEncoder encoder, int ilOffset, int instructionEnd) 32/// See <see cref="InstructionEncoder.Switch(int)"/> for usage guidelines.
System\Reflection\Metadata\Ecma335\MetadataBuilder.Heaps.cs (2)
469/// Handle may be used in <see cref="InstructionEncoder.LoadString(UserStringHandle)"/>. 493/// May be used in <see cref="InstructionEncoder.LoadString(UserStringHandle)"/>.