2 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\AbstractCodeType.cs (2)
87
return BasesCollection.
Create
(this.State, this, this.FileCodeModel, this.NodeKey, interfaces: false);
113
return BasesCollection.
Create
(this.State, this, this.FileCodeModel, this.NodeKey, interfaces: true);