1 instantiation of ExternalMemberCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\ExternalMemberCollection.cs (1)
28
var collection = new
ExternalMemberCollection
(state, parent, projectId, typeSymbol);
2 references to ExternalMemberCollection
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\ExternalMemberCollection.cs (1)
28
var
collection = new ExternalMemberCollection(state, parent, projectId, typeSymbol);
CodeModel\ExternalElements\AbstractExternalCodeType.cs (1)
101
get { return
ExternalMemberCollection
.Create(this.State, this, this.ProjectId, this.TypeSymbol); }