3 writes to currentKey
System.Xml (3)
System\Xml\Schema\XmlSchemaObjectTable.cs (3)
286currentKey = null; 291currentKey = entries[currentIndex].qname; 298currentKey = null;
4 references to currentKey
System.Xml (4)
System\Xml\Schema\XmlSchemaObjectTable.cs (4)
268return currentKey; 274return new DictionaryEntry(currentKey, currentValue); 316return new DictionaryEntry(currentKey, currentValue); 328return currentKey;