1 write to _fallThroughLabel
Microsoft.CodeAnalysis (1)
CodeGen\SwitchStringJumpTableEmitter.cs (1)
81_fallThroughLabel = fallThroughLabel;
2 references to _fallThroughLabel
Microsoft.CodeAnalysis (2)
CodeGen\SwitchStringJumpTableEmitter.cs (2)
152fallThroughLabel: _fallThroughLabel, 169_builder.EmitBranch(ILOpCode.Br, _fallThroughLabel);