2 references to RewriteStringConcatenation
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
211
return
RewriteStringConcatenation
(syntax, operatorKind, loweredLeft, loweredRight, type);
259
return
RewriteStringConcatenation
(syntax, operatorKind, loweredLeft, loweredRight, type);