2 writes to _cacheStream
PresentationCore (2)
MS\Internal\AppModel\SiteOfOriginPart.cs (2)
112_cacheStream = null; 204_cacheStream = responseStream;
2 references to _cacheStream
PresentationCore (2)
MS\Internal\AppModel\SiteOfOriginPart.cs (2)
102if (_cacheStream != null) 111Stream temp = _cacheStream;