2 references to IsEmpty
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (2)
307
else if (argument is BoundNullCoalescingOperator { LeftOperand: { Type.SpecialType: SpecialType.System_String } left, RightOperand: BoundLiteral { ConstantValueOpt: { IsString: true, RopeValue.
IsEmpty
: true } } })
314
case { IsNull: true } or { IsString: true, RopeValue.
IsEmpty
: true }: