5 references to InstructionsEmitted
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (4)
252
internal int InstructionsEmitted => _emitState.
InstructionsEmitted
;
1100
Debug.Assert(_emitState.
InstructionsEmitted
>= _instructionCountAtLastLabel);
1101
return _emitState.
InstructionsEmitted
== _instructionCountAtLastLabel;
1118
_instructionCountAtLastLabel = _emitState.
InstructionsEmitted
;
CodeGen\ILBuilderEmit.cs (1)
170
_instructionCountAtLastLabel = _emitState.
InstructionsEmitted
;