3 writes to currentValue
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaObjectTable.cs (3)
315
currentValue
= null;
320
currentValue
= _entries[currentIndex].xso;
328
currentValue
= null;
4 references to currentValue
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaObjectTable.cs (4)
299
return
currentValue
;
302
return new DictionaryEntry(currentKey!,
currentValue
);
352
return new DictionaryEntry(currentKey!,
currentValue
);
384
return
currentValue
;