2 references to ObfuscatedLength
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\DeobfuscatingStream.cs (2)
288
if (readPosition >=
ObfuscatedLength
|| count <= 0)
298
int bytesToXor = (int) (Math.Min(
ObfuscatedLength
, unchecked (readPosition + (long) count)) - readPosition);