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