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)
165
public object BranchLabel =>
_branchLabel
;
212
Debug.Assert(newBranchCode.IsBranch() == (
_branchLabel
!= null));
227
if (
_branchLabel
!= newLabel)
562
one.
_branchLabel
== another.
_branchLabel
)