3 references to CreateStringConcat
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (3)
43
return
CreateStringConcat
(syntax, arguments);
60
return
CreateStringConcat
(originalOperator.Syntax, arguments);
205
/// <see cref="
CreateStringConcat
(SyntaxNode, ArrayBuilder{BoundExpression})"/> and performs any optimizations on the arguments that can be done. This