2 writes to _allowByteRangeRequests
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (2)
102
_allowByteRangeRequests
= true;
988
_allowByteRangeRequests
= false;
2 references to _allowByteRangeRequests
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (2)
1073
if (
_allowByteRangeRequests
1094
if (
_allowByteRangeRequests
)