3 references to AppendFormattedMethod
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.ValueChecks.cs (1)
5647if (part is not BoundCall { Method.Name: BoundInterpolatedString.AppendFormattedMethod } call)
Binder\Binder_InterpolatedString.cs (1)
928methodName = BoundInterpolatedString.AppendFormattedMethod;
Operations\CSharpOperationFactory.cs (1)
2460BoundInterpolatedString.AppendFormattedMethod => OperationKind.InterpolatedStringAppendFormatted,