2 writes to m_ErrorOccured
System (2)
net\System\Net\connectionpool.cs (2)
459
m_ErrorOccured
= false;
587
m_ErrorOccured
= true;
1 reference to m_ErrorOccured
System (1)
net\System\Net\connectionpool.cs (1)
253
get { return
m_ErrorOccured
; }