1 instantiation of EmptyCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\EmptyCollection.cs (1)
23var collection = new EmptyCollection(state, parent);
8 references to EmptyCollection
Microsoft.VisualStudio.LanguageServices.Implementation (8)
CodeModel\Collections\EmptyCollection.cs (1)
23var collection = new EmptyCollection(state, parent);
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); }