1 instantiation of TypeCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\TypeCollection.cs (1)
28
var collection = new
TypeCollection
(state, parent, fileCodeModel, nodeKey);
2 references to TypeCollection
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\TypeCollection.cs (1)
28
var
collection = new TypeCollection(state, parent, fileCodeModel, nodeKey);
CodeModel\InternalElements\AbstractCodeType.cs (1)
121
return
TypeCollection
.Create(this.State, this, this.FileCodeModel, this.NodeKey);