1 write to BranchLabels
Microsoft.CodeAnalysis (1)
CodeGen\ILBuilderEmit.cs (1)
302
switchBlock.
BranchLabels
= labels;
3 references to BranchLabels
Microsoft.CodeAnalysis (3)
CodeGen\BasicBlock.cs (3)
731
Debug.Assert(
BranchLabels
!= null);
732
return (uint)
BranchLabels
.Length;
745
foreach (var branchLabel in this.
BranchLabels
)