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