6 references to InterpolatedString
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\DefiniteAssignment.cs (1)
921
if (value is { ConstantValueOpt: not null, Kind: not BoundKind.
InterpolatedString
}) return false;
FlowAnalysis\NullableWalker.cs (1)
8134
case BoundKind.
InterpolatedString
:
Generated\BoundNodes.xml.Generated.cs (2)
7819
: base(BoundKind.
InterpolatedString
, syntax, parts, constantValueOpt, type, hasErrors || parts.HasErrors())
9240
case BoundKind.
InterpolatedString
:
Lowering\LocalRewriter\LocalRewriter_StringInterpolation.cs (1)
191
if (length == 1 && result is not ({ Kind: BoundKind.
InterpolatedString
} or { ConstantValueOpt.IsString: true }))
Operations\CSharpOperationFactory.cs (1)
216
case BoundKind.
InterpolatedString
: