5 references to RegularInstructions
Microsoft.CodeAnalysis (3)
CodeGen\BasicBlock.cs (2)
563
var instr1 = one.
RegularInstructions
;
564
var instr2 = another.
RegularInstructions
;
CodeGen\ILBuilder.cs (1)
921
block.
RegularInstructions
?.WriteContentTo(writer);
Microsoft.CodeAnalysis.Test.Utilities (2)
Metadata\ILBuilderVisualizer.cs (2)
216
var il = block.
RegularInstructions
.ToImmutableArray();
245
var il = block.
RegularInstructions
.ToImmutableArray();