3 writes to currentValue
System.Xml (3)
System\Xml\Schema\XmlSchemaObjectTable.cs (3)
285
currentValue
= null;
290
currentValue
= entries[currentIndex].xso;
297
currentValue
= null;
4 references to currentValue
System.Xml (4)
System\Xml\Schema\XmlSchemaObjectTable.cs (4)
271
return
currentValue
;
274
return new DictionaryEntry(currentKey,
currentValue
);
316
return new DictionaryEntry(currentKey,
currentValue
);
340
return
currentValue
;