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