1 implementation of GetImportNamespaceOrType
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
666public abstract string GetImportNamespaceOrType(SyntaxNode node);
4 references to GetImportNamespaceOrType
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\Collections\NamespaceCollection.cs (2)
79var name = CodeModelService.GetImportNamespaceOrType(node); 186var childName = CodeModelService.GetImportNamespaceOrType(child);
CodeModel\Collections\NodeSnapshot.cs (1)
57var name = this.CodeModelService.GetImportNamespaceOrType(node);
CodeModel\InternalElements\CodeImport.cs (1)
133return CodeModelService.GetImportNamespaceOrType(LookupNode());