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