1 write to values
Microsoft.NET.ProjectData (1)
Model\KeyValueCollection.cs (1)
28
this.
values
= values;
10 references to values
Microsoft.NET.ProjectData (10)
Model\KeyValueCollection.cs (10)
41
public bool IsEmpty => this.
values
.IsEmpty;
51
if (this.schema.TryGetIndex(key, out int index) && index < this.
values
.Length)
53
value = this.
values
[index];
88
if (!this.
values
.IsEmpty)
90
for (int i = 0; i < this.
values
.Length; i++)
92
if (this.
values
[i] is string value)
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)