7 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (7)
CodeModel\ExternalElements\AbstractExternalCodeElement.cs (1)
164get { return EmptyCollection.Create(this.State, this); }
CodeModel\InternalElements\CodeAccessorFunction.cs (1)
67=> EmptyCollection.Create(this.State, this);
CodeModel\InternalElements\CodeAttributeArgument.cs (1)
88get { return EmptyCollection.Create(this.State, this); }
CodeModel\InternalElements\CodeImplementsStatement.cs (1)
98get { return EmptyCollection.Create(this.State, this); }
CodeModel\InternalElements\CodeImport.cs (1)
145get { return EmptyCollection.Create(this.State, this); }
CodeModel\InternalElements\CodeInheritsStatement.cs (1)
98get { return EmptyCollection.Create(this.State, this); }
CodeModel\InternalElements\CodeOptionsStatement.cs (1)
96get { return EmptyCollection.Create(this.State, this); }