2 writes to _branchLabel
Microsoft.CodeAnalysis (2)
CodeGen\BasicBlock.cs (2)
229_branchLabel = newLabel; 663_branchLabel = null;
5 references to _branchLabel
Microsoft.CodeAnalysis (5)
CodeGen\BasicBlock.cs (5)
165public object BranchLabel => _branchLabel; 212Debug.Assert(newBranchCode.IsBranch() == (_branchLabel != null)); 227if (_branchLabel != newLabel) 562one._branchLabel == another._branchLabel)