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