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