3 references to GetKey
Microsoft.NET.ProjectData (3)
Model\KeyValueCollection.cs (2)
94
dict[this.schema.
GetKey
(i)] = value;
117
string key = this.collection.schema.
GetKey
(this.index);
Model\ProjectDataSnapshotFactory.cs (1)
294
allKeys.Add(baseSchema.
GetKey
(i));