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