12 references to FromCall
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder.ValueChecks.cs (10)
3771MethodInvocationInfo.FromCall(call), 3830MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 4054MethodInvocationInfo.FromCall(call), 4119MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 4409MethodInvocationInfo.FromCall(call), 4455MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 5089MethodInvocationInfo.FromCall(call), 5153MethodInvocationInfo.FromCall(call, implicitIndexerAccess.Receiver), 5830MethodInvocationInfo.FromCall(call), 5873MethodInvocationInfo.FromCall(call),
Binder\RefSafetyAnalysis.cs (2)
781var methodInvocationInfo = MethodInvocationInfo.FromCall(node); 1100var methodInvocationInfo = MethodInvocationInfo.FromCall(invocation);