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