5 references to BoundInterpolatedString
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (1)
189source = new BoundInterpolatedString(
Binder\Binder_InterpolatedString.cs (3)
264=> new BoundInterpolatedString( 385return new BoundInterpolatedString( 446return new BoundInterpolatedString(
Generated\BoundNodes.xml.Generated.cs (1)
7518var result = new BoundInterpolatedString(this.Syntax, interpolationData, parts, constantValueOpt, type, this.HasErrors);