1 write to collection
Microsoft.NET.ProjectData (1)
Model\KeyValueCollection.cs (1)
109 this.collection = collection;
5 references to collection
Microsoft.NET.ProjectData (5)
Model\KeyValueCollection.cs (5)
117 string key = this.collection.schema.GetKey(this.index); 118 string value = this.collection.values[this.index]!; 125 if (this.collection.values.IsEmpty) 129 while (++this.index < this.collection.values.Length) 131 if (this.collection.values[this.index] is not null)