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