3 writes to _stream
System.Net.Requests (3)
System\Net\FileWebResponse.cs (3)
31
_stream
= Stream.Null;
35
_stream
= new WebFileStream(request, uri.LocalPath, FileMode.Open, FileAccess.Read, FileShare.Read, DefaultFileStreamBufferSize, useAsync);
121
_stream
= null!;
3 references to _stream
System.Net.Requests (3)
System\Net\FileWebResponse.cs (3)
36
_contentLength =
_stream
.Length;
117
Stream? chkStream =
_stream
;
129
return
_stream
;