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)
164
public object BranchLabel =>
_branchLabel
;
211
Debug.Assert(newBranchCode.IsBranch() == (
_branchLabel
!= null));
226
if (
_branchLabel
!= newLabel)
561
one.
_branchLabel
== another.
_branchLabel
)