3 writes to _allLabels
Microsoft.CodeAnalysis (3)
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (3)
58_allLabels = allLabels; 68_allLabels = allLabels; 79_allLabels = allLabels;
5 references to _allLabels
Microsoft.CodeAnalysis (5)
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (5)
96return _allLabels[i + _startLabelIndex]; 142var allLabels = this._allLabels; 249return _allLabels[_startLabelIndex].Key; 257return _allLabels[_endLabelIndex].Key; 309this = new SwitchBucket(_allLabels, prevBucket._startLabelIndex, _endLabelIndex);