2 references to FromCallParts
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (2)
1617
var methodInvocationInfo = MethodInvocationInfo.
FromCallParts
(propSet, property.ReceiverOpt, args: [op2], receiverIsSubjectToCloning: property.InitialBindingReceiverIsSubjectToCloning);
1621
methodInvocationInfo = MethodInvocationInfo.
FromCallParts
(indexerSet, indexer.ReceiverOpt, args: [.. indexer.Arguments, op2], receiverIsSubjectToCloning: indexer.InitialBindingReceiverIsSubjectToCloning);