3 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\ExternalElements\AbstractExternalCodeType.cs (1)
69return ExternalTypeCollection.Create(this.State, this, this.ProjectId,
CodeModel\ExternalElements\ExternalCodeClass.cs (1)
64get { return ExternalTypeCollection.Create(this.State, this, this.ProjectId, TypeSymbol.AllInterfaces); }
CodeModel\ExternalElements\ExternalCodeStruct.cs (1)
51get { return ExternalTypeCollection.Create(this.State, this, this.ProjectId, TypeSymbol.AllInterfaces); }