1 instantiation of ReadStream
System (1)
net\System\Net\Cache\IERequestCache.cs (1)
302
result = new
ReadStream
(entry, handle, async);
2 references to ReadStream
System (2)
net\System\Net\Cache\IERequestCache.cs (2)
211
ReadStream
readStream = stream as
ReadStream
;