2 writes to _branchLabel
Microsoft.CodeAnalysis (2)
CodeGen\BasicBlock.cs (2)
228_branchLabel = newLabel; 662_branchLabel = null;
5 references to _branchLabel
Microsoft.CodeAnalysis (5)
CodeGen\BasicBlock.cs (5)
164public object BranchLabel => _branchLabel; 211Debug.Assert(newBranchCode.IsBranch() == (_branchLabel != null)); 226if (_branchLabel != newLabel) 561one._branchLabel == another._branchLabel)