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