2 writes to _instructionCountAtLastLabel
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (1)
1118
_instructionCountAtLastLabel
= _emitState.InstructionsEmitted;
CodeGen\ILBuilderEmit.cs (1)
170
_instructionCountAtLastLabel
= _emitState.InstructionsEmitted;
2 references to _instructionCountAtLastLabel
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
1100
Debug.Assert(_emitState.InstructionsEmitted >=
_instructionCountAtLastLabel
);
1101
return _emitState.InstructionsEmitted ==
_instructionCountAtLastLabel
;