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