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