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