1 write to _endLabel
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
684
_endLabel
= new object();
5 references to _endLabel
Microsoft.CodeAnalysis (5)
CodeGen\LocalScopeManager.cs (5)
689
public object EndLabel =>
_endLabel
;
725
builder.MarkLabel(
_endLabel
);
730
Debug.Assert(builder._currentBlock == builder._labelInfos[
_endLabel
].bb);
739
builder.EmitBranch(ILOpCode.Nop,
_endLabel
);
741
_handlers[1].SetBlockedByFinallyDestination(
_endLabel
);