8 references to Replay
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (5)
400if (_cacheState != CachingReaderState.Replay || _cachedNode.NodeType != XmlNodeType.Attribute) 460case CachingReaderState.Replay: 573Debug.Assert(_cacheState == CachingReaderState.Replay); 603Debug.Assert(_cacheState == CachingReaderState.Replay); 640_cacheState = CachingReaderState.Replay;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReaderAsync.cs (3)
86case CachingReaderState.Replay: 133Debug.Assert(_cacheState == CachingReaderState.Replay); 142_cacheState = CachingReaderState.Replay;