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