2 writes to _obfuscatedStream
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\DeobfuscatingStream.cs (2)
223
_obfuscatedStream
= obfuscatedStream;
251
_obfuscatedStream
= null;
14 references to _obfuscatedStream
PresentationCore (14)
Core\CSharp\MS\Internal\IO\Packaging\DeobfuscatingStream.cs (14)
59
long readPosition =
_obfuscatedStream
.Position;
62
int bytesRead =
_obfuscatedStream
.Read(buffer, offset, count);
90
return
_obfuscatedStream
.Seek(offset, origin);
111
_obfuscatedStream
.Flush();
125
return
_obfuscatedStream
.Position;
131
_obfuscatedStream
.Position = value;
142
return
_obfuscatedStream
.Length;
155
return (
_obfuscatedStream
!= null) &&
_obfuscatedStream
.CanRead;
168
return (
_obfuscatedStream
!= null) &&
_obfuscatedStream
.CanSeek;
247
if (
_obfuscatedStream
!= null && _ownObfuscatedStream)
249
_obfuscatedStream
.Close();
277
if (
_obfuscatedStream
== null)