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)
96
return
_allLabels
[i + _startLabelIndex];
142
var allLabels = this.
_allLabels
;
249
return
_allLabels
[_startLabelIndex].Key;
257
return
_allLabels
[_endLabelIndex].Key;
309
this = new SwitchBucket(
_allLabels
, prevBucket._startLabelIndex, _endLabelIndex);