5 references to BoundInterpolatedString
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_InterpolatedString.cs (4)
267
=> new
BoundInterpolatedString
(
362
return new
BoundInterpolatedString
(
531
return new
BoundInterpolatedString
(
592
return new
BoundInterpolatedString
(
Generated\BoundNodes.xml.Generated.cs (1)
7836
var result = new
BoundInterpolatedString
(this.Syntax, interpolationData, parts, constantValueOpt, type, this.HasErrors);