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