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