1 instantiation of NamespaceCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\NamespaceCollection.cs (1)
28var collection = new NamespaceCollection(state, parent, fileCodeModel, nodeKey);
3 references to NamespaceCollection
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\NamespaceCollection.cs (1)
28var collection = new NamespaceCollection(state, parent, fileCodeModel, nodeKey);
CodeModel\FileCodeModel.cs (1)
633get { return NamespaceCollection.Create(this.State, this, this, SyntaxNodeKey.Empty); }
CodeModel\InternalElements\CodeNamespace.cs (1)
116return NamespaceCollection.Create(State, this, FileCodeModel, NodeKey);