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