5 references to HasAnyApplicableMethod
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (5)
8463if (result.HasAnyApplicableMethod) 10354if (!methodGroup.SearchExtensionMethods || methodResolution.HasAnyApplicableMethod || methodGroup.MethodGroupReceiverIsDynamic()) 10365if (extensionMethodResolution.HasAnyApplicableMethod) 10382Debug.Assert(!methodResolution.HasAnyApplicableMethod); 10383Debug.Assert(!extensionMethodResolution.HasAnyApplicableMethod);