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