2 references to BoundUnconvertedInterpolatedString
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_InterpolatedString.cs (1)
189
return new
BoundUnconvertedInterpolatedString
(node, builder.ToImmutableAndFree(), resultConstant, stringType);
Generated\BoundNodes.xml.Generated.cs (1)
7808
var result = new
BoundUnconvertedInterpolatedString
(this.Syntax, parts, constantValueOpt, type, this.HasErrors);