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); 272this.EmitSwitchBucket(switchBuckets[high], _fallThroughLabel); 403labels[i] = _fallThroughLabel;