1 write to _endLabel
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
686
_endLabel
= new object();
5 references to _endLabel
Microsoft.CodeAnalysis (5)
CodeGen\LocalScopeManager.cs (5)
691
public object EndLabel =>
_endLabel
;
727
builder.MarkLabel(
_endLabel
);
732
Debug.Assert(builder._currentBlock == builder._labelInfos[
_endLabel
].bb);
741
builder.EmitBranch(ILOpCode.Nop,
_endLabel
);
743
_handlers[1].SetBlockedByFinallyDestination(
_endLabel
);