3 references to Result
System (3)
sys\System\IO\compression\DeflateStream.cs (3)
475
Exception previousException = deflateStrmAsyncResult.
Result
as Exception;
482
return (int) deflateStrmAsyncResult.
Result
;
700
Exception previousException = deflateStrmAsyncResult.
Result
as Exception;