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