1 write to m_ThrowOnWriteError
System (1)
net\System\Net\Cache\_CacheStreams.cs (1)
384
m_ThrowOnWriteError
= throwOnWriteError;
2 references to m_ThrowOnWriteError
System (2)
net\System\Net\Cache\_CacheStreams.cs (2)
494
if (!isDoingWrite ||
m_ThrowOnWriteError
)
596
if (!userResult.IsWriteCompletion ||
m_ThrowOnWriteError
)