1 write to _fallThroughLabel
Microsoft.CodeAnalysis (1)
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
59
_fallThroughLabel
= fallThroughLabel;
3 references to _fallThroughLabel
Microsoft.CodeAnalysis (3)
CodeGen\SwitchIntegralJumpTableEmitter.cs (3)
133
_builder.EmitBranch(ILOpCode.Br,
_fallThroughLabel
);
272
this.EmitSwitchBucket(switchBuckets[high],
_fallThroughLabel
);
403
labels[i] =
_fallThroughLabel
;