3 references to InstructionOperandTypes
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3257var operandType = InstructionOperandTypes.ReadOperandType(generatedIL, ref offset);
Microsoft.CodeAnalysis.UnitTests (2)
PEWriter\InstructionOperandTypesTests.cs (2)
46AssertEx.Equal(OneByteOperandTypes, InstructionOperandTypes.OneByte); 47AssertEx.Equal(TwoByteOperandTypes, InstructionOperandTypes.TwoByte);