1 instantiation of ExternalParameterCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalParameterCollection.cs (1)
26var collection = new ExternalParameterCollection(state, parent, projectId);
2 references to ExternalParameterCollection
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\ExternalParameterCollection.cs (1)
26var collection = new ExternalParameterCollection(state, parent, projectId);
CodeModel\ExternalElements\AbstractExternalCodeMember.cs (1)
33=> ExternalParameterCollection.Create(this.State, this, this.ProjectId);