3 writes to currentValue
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (3)
345currentValue = null; 350currentValue = _entries[currentIndex].xso; 358currentValue = null;
4 references to currentValue
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (4)
329return currentValue; 332return new DictionaryEntry(currentKey, currentValue); 382return new DictionaryEntry(currentKey, currentValue); 414return currentValue;