5 references to InstructionsEmitted
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (4)
254internal int InstructionsEmitted => _emitState.InstructionsEmitted; 1102Debug.Assert(_emitState.InstructionsEmitted >= _instructionCountAtLastLabel); 1103return _emitState.InstructionsEmitted == _instructionCountAtLastLabel; 1120_instructionCountAtLastLabel = _emitState.InstructionsEmitted;
CodeGen\ILBuilderEmit.cs (1)
170_instructionCountAtLastLabel = _emitState.InstructionsEmitted;