1 write to _fullDownloadComplete
PresentationCore (1)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (1)
606
_fullDownloadComplete
= true;
3 references to _fullDownloadComplete
PresentationCore (3)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (3)
1061
if (
_fullDownloadComplete
)
1187
if (
_fullDownloadComplete
)
1232
Debug.Assert(
_fullDownloadComplete
, "Do not call this unless full download is complete.");