1 write to _dictionary
Microsoft.Build (1)
Collections\ArrayDictionary.cs (1)
231
this.
_dictionary
= dictionary;
7 references to _dictionary
Microsoft.Build (7)
Collections\ArrayDictionary.cs (7)
238
_dictionary
.keys[_position],
239
_dictionary
.values[_position]);
241
private DictionaryEntry CurrentDictionaryEntry => new DictionaryEntry(
_dictionary
.keys[_position],
_dictionary
.values[_position]);
245
object IDictionaryEnumerator.Key =>
_dictionary
.keys[_position];
247
object IDictionaryEnumerator.Value =>
_dictionary
.values[_position];
258
return _position <
_dictionary
.Count;