2 references to ImportedNamespaceOrType
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
5331
imports.Usings.SelectAsArray(static n => new
ImportedNamespaceOrType
(n.NamespaceOrType.GetPublicSymbol(), n.UsingDirectiveReference)),
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\TypesOfImportedNamespacesMembersBinder.vb (1)
58
Return _importedSymbols.SelectAsArray(Function(n) New
ImportedNamespaceOrType
(n.NamespaceOrType, n.SyntaxReference))