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