5 references to HasAnyApplicableMethod
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (5)
7348if (result.HasAnyApplicableMethod) 8963if (!methodGroup.SearchExtensionMethods || methodResolution.HasAnyApplicableMethod || methodGroup.MethodGroupReceiverIsDynamic()) 8973if (extensionMethodResolution.HasAnyApplicableMethod) 8990Debug.Assert(!methodResolution.HasAnyApplicableMethod); 8991Debug.Assert(!extensionMethodResolution.HasAnyApplicableMethod);