1 instantiation of ExternalNamespaceCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalNamespaceCollection.cs (1)
26
var collection = new
ExternalNamespaceCollection
(state, parent, projectId, namespaceSymbol);
2 references to ExternalNamespaceCollection
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\ExternalNamespaceCollection.cs (1)
26
var
collection = new ExternalNamespaceCollection(state, parent, projectId, namespaceSymbol);
CodeModel\ExternalElements\ExternalCodeNamespace.cs (1)
45
get { return
ExternalNamespaceCollection
.Create(State, this, ProjectId, NamespaceSymbol); }