2 overrides of GetAllExtensionCandidatesInSingleBinder
Microsoft.CodeAnalysis.CSharp (2)
Binder\InContainerBinder.cs (1)
76
internal override void
GetAllExtensionCandidatesInSingleBinder
(ArrayBuilder<Symbol> members, string? name, string? alternativeName, int arity, LookupOptions options, Binder originalBinder)
Binder\WithUsingNamespacesAndTypesBinder.cs (1)
74
internal override void
GetAllExtensionCandidatesInSingleBinder
(ArrayBuilder<Symbol> members, string? name, string? alternativeName, int arity, LookupOptions options, Binder originalBinder)
8 references to GetAllExtensionCandidatesInSingleBinder
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Lookup.cs (2)
203
this.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidates, name, alternativeName: null, arity, options, originalBinder);
791
/// <see cref="
GetAllExtensionCandidatesInSingleBinder
"/> should not defer to the next binding scope. Instead, the caller is
Binder\Binder_Operators.cs (6)
607
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,
622
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,
2124
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,
2436
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,
3698
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,
3713
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,