3 references to RegularInstructions
Microsoft.CodeAnalysis (3)
CodeGen\BasicBlock.cs (2)
563
var instr1 = one.
RegularInstructions
;
564
var instr2 = another.
RegularInstructions
;
CodeGen\ILBuilder.cs (1)
909
block.
RegularInstructions
?.WriteContentTo(writer);