1 write to async
System (1)
net\System\Net\Cache\IERequestCache.cs (1)
56
this.
async
= async;
2 references to async
System (2)
net\System\Net\Cache\IERequestCache.cs (2)
302
result = new ReadStream(entry, handle,
async
);
478
result = new WriteStream(entry, isThrow, contentLength,
async
);