8 writes to m_IgnoreSocketErrors
System (8)
net\System\Net\_ConnectStream.cs (8)
162
m_IgnoreSocketErrors
|= !isKeepAlive;
978
m_IgnoreSocketErrors
= true;
1036
m_IgnoreSocketErrors
= true;
1139
m_IgnoreSocketErrors
= true;
1227
m_IgnoreSocketErrors
= true;
1251
m_IgnoreSocketErrors
= true;
2440
m_IgnoreSocketErrors
= true;
2613
m_IgnoreSocketErrors
= true;
5 references to m_IgnoreSocketErrors
System (5)
net\System\Net\_ConnectStream.cs (5)
145
return
m_IgnoreSocketErrors
;
163
GlobalLog.Print((WriteStream?"Write-":"Read-") + "ConnectStream#"+ ValidationHelper.HashString(this) + "::Got notification on an Error Response, m_IgnoreSocketErrors:" +
m_IgnoreSocketErrors
);
977
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::InternalWrite() setting m_IgnoreSocketErrors to True (was:" +
m_IgnoreSocketErrors
+ ") sending chunk terminator");
2438
if (WriteChunked && !ErrorInStream && !
m_IgnoreSocketErrors
)
2612
if (!
m_IgnoreSocketErrors
) {