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