3 references to IsNullOrEmptyStringConstant
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (3)
234if (IsNullOrEmptyStringConstant(loweredLeft)) 236if (IsNullOrEmptyStringConstant(loweredRight)) 243else if (IsNullOrEmptyStringConstant(loweredRight))