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