2 overrides of GetAllExtensionCandidatesInSingleBinder
Microsoft.CodeAnalysis.CSharp (2)
12 references to GetAllExtensionCandidatesInSingleBinder
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Lookup.cs (3)
221this.GetAllExtensionCandidatesInSingleBinder(extensionCandidates, name, alternativeName: null, arity, options, originalBinder);
252this.GetAllExtensionCandidatesInSingleBinder(extensionCandidates, name, alternativeName: null, arity, options, originalBinder);
847/// <see cref="GetAllExtensionCandidatesInSingleBinder"/> should not defer to the next binding scope. Instead, the caller is