1 instantiation of EmptyCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\EmptyCollection.cs (1)
23
var collection = new
EmptyCollection
(state, parent);
8 references to EmptyCollection
Microsoft.VisualStudio.LanguageServices.Implementation (8)
CodeModel\Collections\EmptyCollection.cs (1)
23
var
collection = new EmptyCollection(state, parent);
CodeModel\ExternalElements\AbstractExternalCodeElement.cs (1)
164
get { return
EmptyCollection
.Create(this.State, this); }
CodeModel\InternalElements\CodeAccessorFunction.cs (1)
67
=>
EmptyCollection
.Create(this.State, this);
CodeModel\InternalElements\CodeAttributeArgument.cs (1)
88
get { return
EmptyCollection
.Create(this.State, this); }
CodeModel\InternalElements\CodeImplementsStatement.cs (1)
98
get { return
EmptyCollection
.Create(this.State, this); }
CodeModel\InternalElements\CodeImport.cs (1)
145
get { return
EmptyCollection
.Create(this.State, this); }
CodeModel\InternalElements\CodeInheritsStatement.cs (1)
98
get { return
EmptyCollection
.Create(this.State, this); }
CodeModel\InternalElements\CodeOptionsStatement.cs (1)
96
get { return
EmptyCollection
.Create(this.State, this); }