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