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)
160
fallThroughLabel:
_fallThroughLabel
,
177
_builder.EmitBranch(ILOpCode.Br,
_fallThroughLabel
);