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)
689public object EndLabel => _endLabel; 725builder.MarkLabel(_endLabel); 730Debug.Assert(builder._currentBlock == builder._labelInfos[_endLabel].bb); 739builder.EmitBranch(ILOpCode.Nop, _endLabel); 741_handlers[1].SetBlockedByFinallyDestination(_endLabel);