1 instantiation of BasesCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\BasesCollection.cs (1)
32var collection = new BasesCollection(state, parent, fileCodeModel, nodeKey, interfaces);
3 references to BasesCollection
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\BasesCollection.cs (1)
32var collection = new BasesCollection(state, parent, fileCodeModel, nodeKey, interfaces);
CodeModel\InternalElements\AbstractCodeType.cs (2)
87return BasesCollection.Create(this.State, this, this.FileCodeModel, this.NodeKey, interfaces: false); 113return BasesCollection.Create(this.State, this, this.FileCodeModel, this.NodeKey, interfaces: true);