2 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (2)
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);