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