1 write to NullCaseLabel
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\LengthBasedStringSwitchData.cs (1)
94
this.
NullCaseLabel
= nullCaseLabel;
2 references to NullCaseLabel
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\LengthBasedStringSwitchData.cs (1)
267
builder.AppendLine($" case null: {readable(LengthBasedJumpTable.
NullCaseLabel
)}");
CodeGen\EmitStatement.cs (1)
1389
_builder.EmitBranch(ILOpCode.Brfalse, lengthBasedSwitchInfo.LengthBasedJumpTable.
NullCaseLabel
?? fallThroughLabel, ILOpCode.Brtrue);