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