3 references to IsNullOrEmptyStringConstant
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\LocalRewriter\LocalRewriter_StringConcat.vb (3)
180If IsNullOrEmptyStringConstant(loweredLeft) Then 181If IsNullOrEmptyStringConstant(loweredRight) Then 186ElseIf Not _inExpressionLambda AndAlso IsNullOrEmptyStringConstant(loweredRight) Then