12 references to FromCall
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder.ValueChecks.cs (10)
3785MethodInvocationInfo.FromCall(call), 3849MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 4079MethodInvocationInfo.FromCall(call), 4149MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 4445MethodInvocationInfo.FromCall(call), 4496MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 5134MethodInvocationInfo.FromCall(call), 5203MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 5882MethodInvocationInfo.FromCall(call), 5925MethodInvocationInfo.FromCall(call),
Binder\RefSafetyAnalysis.cs (2)
801var methodInvocationInfo = MethodInvocationInfo.FromCall(node); 1149var methodInvocationInfo = MethodInvocationInfo.FromCall(invocation);