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)
730
Debug.Assert(
BranchLabels
!= null);
731
return (uint)
BranchLabels
.Length;
744
foreach (var branchLabel in this.
BranchLabels
)