1 write to schema
Microsoft.NET.ProjectData (1)
Model\KeyValueCollection.cs (1)
27
this.
schema
= schema;
6 references to schema
Microsoft.NET.ProjectData (6)
Model\KeyValueCollection.cs (6)
36
public KeySchema Schema => this.
schema
;
49
Debug.Assert(this.
schema
is not null, "KeyValueCollection used before initialization.");
51
if (this.
schema
.TryGetIndex(key, out int index) && index < this.values.Length)
84
Debug.Assert(this.
schema
is not null, "KeyValueCollection used before initialization.");
94
dict[this.
schema
.GetKey(i)] = value;
117
string key = this.collection.
schema
.GetKey(this.index);