2 writes to _allowByteRangeRequests
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (2)
117
_allowByteRangeRequests
= true;
1043
_allowByteRangeRequests
= false;
2 references to _allowByteRangeRequests
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (2)
1135
if (
_allowByteRangeRequests
1156
if (
_allowByteRangeRequests
)