1 write to indexToKey
Microsoft.NET.ProjectData (1)
Model\KeySchema.cs (1)
25 this.indexToKey = new string[keys.Count];
3 references to indexToKey
Microsoft.NET.ProjectData (3)
Model\KeySchema.cs (3)
30 this.indexToKey[i] = keys[i]; 40 public int Count => this.indexToKey.Length; 45 public string GetKey(int index) => this.indexToKey[index];