5 references to HasAnyApplicableMethod
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (5)
8433if (result.HasAnyApplicableMethod) 10324if (!methodGroup.SearchExtensionMethods || methodResolution.HasAnyApplicableMethod || methodGroup.MethodGroupReceiverIsDynamic()) 10335if (extensionMethodResolution.HasAnyApplicableMethod) 10352Debug.Assert(!methodResolution.HasAnyApplicableMethod); 10353Debug.Assert(!extensionMethodResolution.HasAnyApplicableMethod);