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