2 references to IsValidLookupCandidateInUsings
Microsoft.CodeAnalysis.CSharp (2)
Binder\WithUsingNamespacesAndTypesBinder.cs (2)
144if (!IsValidLookupCandidateInUsings(symbol)) 211if (IsValidLookupCandidateInUsings(member) && originalBinder.CanAddLookupSymbolInfo(member, options, result, null))