2 writes to _keys
System.Core (2)
Microsoft\Scripting\Actions\ExpandoClass.cs (2)
43_keys = new string[0]; 53_keys = keys;
11 references to _keys
System.Core (11)
Microsoft\Scripting\Actions\ExpandoClass.cs (11)
76if (string.Equals(klass._keys[klass._keys.Length - 1], newKey, StringComparison.Ordinal)) { 83string[] keys = new string[_keys.Length + 1]; 84Array.Copy(_keys, keys, _keys.Length); 85keys[_keys.Length] = newKey; 126for (int i = 0; i < _keys.Length; i++) { 128_keys[i], 152for (int i = _keys.Length - 1; i >= 0; i--) { 154_keys[i], 179return _keys;