3 writes to currentKey
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (3)
346currentKey = null; 351currentKey = _entries[currentIndex].qname; 359currentKey = null;
4 references to currentKey
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (4)
326return currentKey; 332return new DictionaryEntry(currentKey, currentValue); 382return new DictionaryEntry(currentKey, currentValue); 398return currentKey;