3 writes to currentKey
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaObjectTable.cs (3)
316currentKey = null; 321currentKey = _entries[currentIndex].qname; 329currentKey = null;
4 references to currentKey
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaObjectTable.cs (4)
296return currentKey; 302return new DictionaryEntry(currentKey!, currentValue); 352return new DictionaryEntry(currentKey!, currentValue); 368return currentKey!;