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