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)
604
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,
619
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,
2114
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,
2427
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,
3690
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,
3705
scope.Binder.
GetAllExtensionCandidatesInSingleBinder
(extensionCandidatesInSingleScope,