12 references to FromCall
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder.ValueChecks.cs (10)
3782MethodInvocationInfo.FromCall(call), 3846MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 4075MethodInvocationInfo.FromCall(call), 4145MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 4440MethodInvocationInfo.FromCall(call), 4491MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 5130MethodInvocationInfo.FromCall(call), 5199MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 5876MethodInvocationInfo.FromCall(call), 5919MethodInvocationInfo.FromCall(call),
Binder\RefSafetyAnalysis.cs (2)
781var methodInvocationInfo = MethodInvocationInfo.FromCall(node); 1129var methodInvocationInfo = MethodInvocationInfo.FromCall(invocation);