4 references to AppendFormattedMethod
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.ValueChecks.cs (1)
5837
if (part is not BoundCall { Method.Name: BoundInterpolatedString.
AppendFormattedMethod
} call)
Binder\Binder_InterpolatedString.cs (1)
928
methodName = BoundInterpolatedString.
AppendFormattedMethod
;
Operations\CSharpOperationFactory.cs (1)
2460
BoundInterpolatedString.
AppendFormattedMethod
=> OperationKind.InterpolatedStringAppendFormatted,
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
934
TargetMethod: { Name: BoundInterpolatedString.
AppendFormattedMethod
or BoundInterpolatedString.AppendLiteralMethod, ContainingType: INamedTypeSymbol containingType }