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