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