2 references to BoundStringInsert
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_InterpolatedString.cs (1)
140
builder.Add(new
BoundStringInsert
(interpolation, value, alignment, format, isInterpolatedStringHandlerAppendCall: false));
Generated\BoundNodes.xml.Generated.cs (1)
7937
var result = new
BoundStringInsert
(this.Syntax, value, alignment, format, isInterpolatedStringHandlerAppendCall, this.HasErrors);