4 references to InterpolatedStringAppendLiteral
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
3698
/// <item><description><see cref="OperationKind.
InterpolatedStringAppendLiteral
"/></description></item>
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory.cs (1)
2459
BoundInterpolatedString.AppendLiteralMethod => OperationKind.
InterpolatedStringAppendLiteral
,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\ControlFlowGraphVerifier.cs (1)
1973
case OperationKind.
InterpolatedStringAppendLiteral
:
Compilation\TestOperationVisitor.cs (1)
1353
Assert.True(operation.Kind is OperationKind.InterpolatedStringAppendFormatted or OperationKind.
InterpolatedStringAppendLiteral
or OperationKind.InterpolatedStringAppendInvalid);