2 writes to index
Microsoft.NET.ProjectData (2)
Model\KeyValueCollection.cs (2)
110 this.index = -1; 129 while (++this.index < this.collection.values.Length)
3 references to index
Microsoft.NET.ProjectData (3)
Model\KeyValueCollection.cs (3)
117 string key = this.collection.schema.GetKey(this.index); 118 string value = this.collection.values[this.index]!; 131 if (this.collection.values[this.index] is not null)