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