6 writes to replayCache
System.Xml (6)
System\Xml\Core\XsdValidatingReader.cs (5)
1674
replayCache
= true;
2031
replayCache
= false;
2114
replayCache
= true;
2127
replayCache
= true;
2174
replayCache
= false;
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
521
replayCache
= true;
4 references to replayCache
System.Xml (4)
System\Xml\Core\XsdValidatingReader.cs (2)
1551
if (
replayCache
) { //if in replay mode, do nothing since nodes have been validated already
1981
if (
replayCache
) { //If replaying nodes in the cache, they have already been validated
System\Xml\Core\XsdValidatingReaderAsync.cs (2)
398
if (
replayCache
) { //if in replay mode, do nothing since nodes have been validated already
708
if (
replayCache
) { //If replaying nodes in the cache, they have already been validated