5 references to InstructionsEmitted
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (4)
262
internal int InstructionsEmitted => _emitState.
InstructionsEmitted
;
1112
Debug.Assert(_emitState.
InstructionsEmitted
>= _instructionCountAtLastLabel);
1113
return _emitState.
InstructionsEmitted
== _instructionCountAtLastLabel;
1130
_instructionCountAtLastLabel = _emitState.
InstructionsEmitted
;
CodeGen\ILBuilderEmit.cs (1)
162
_instructionCountAtLastLabel = _emitState.
InstructionsEmitted
;