1 instantiation of PartialTypeCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\PartialTypeCollection.cs (1)
26
var collection = new
PartialTypeCollection
(state, parent);
5 references to PartialTypeCollection
Microsoft.VisualStudio.LanguageServices.Implementation (5)
CodeModel\Collections\PartialTypeCollection.cs (1)
26
var
collection = new PartialTypeCollection(state, parent);
CodeModel\InternalElements\CodeClass.cs (2)
134
get { return
PartialTypeCollection
.Create(State, this); }
139
get { return
PartialTypeCollection
.Create(State, this); }
CodeModel\InternalElements\CodeInterface.cs (1)
91
get { return
PartialTypeCollection
.Create(State, this); }
CodeModel\InternalElements\CodeStruct.cs (1)
83
get { return
PartialTypeCollection
.Create(State, this); }