12 references to FromCall
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder.ValueChecks.cs (10)
3784MethodInvocationInfo.FromCall(call), 3848MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 4077MethodInvocationInfo.FromCall(call), 4147MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 4442MethodInvocationInfo.FromCall(call), 4493MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 5132MethodInvocationInfo.FromCall(call), 5201MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 5878MethodInvocationInfo.FromCall(call), 5921MethodInvocationInfo.FromCall(call),
Binder\RefSafetyAnalysis.cs (2)
781var methodInvocationInfo = MethodInvocationInfo.FromCall(node); 1129var methodInvocationInfo = MethodInvocationInfo.FromCall(invocation);