1 instantiation of BasesCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\BasesCollection.cs (1)
32
var collection = new
BasesCollection
(state, parent, fileCodeModel, nodeKey, interfaces);
3 references to BasesCollection
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\BasesCollection.cs (1)
32
var
collection = new BasesCollection(state, parent, fileCodeModel, nodeKey, interfaces);
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);