1 instantiation of ParameterCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ParameterCollection.cs (1)
22var collection = new ParameterCollection(state, parent);
2 references to ParameterCollection
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\ParameterCollection.cs (1)
22var collection = new ParameterCollection(state, parent);
CodeModel\InternalElements\AbstractCodeMember.cs (1)
162get { return ParameterCollection.Create(this.State, this); }