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