2 references to CurrentDictionaryEntry
Microsoft.Build (2)
Collections\ArrayDictionary.cs (2)
243
object IEnumerator.Current => _emitDictionaryEntries ?
CurrentDictionaryEntry
: Current;
249
DictionaryEntry IDictionaryEnumerator.Entry =>
CurrentDictionaryEntry
;