8 references to ThreadContract
System (8)
net\System\Net\_Connection.cs (3)
2791
GlobalLog.
ThreadContract
(ThreadKinds.Unknown, ThreadKinds.SafeSources | ThreadKinds.Timer, "Connection#" + ValidationHelper.HashString(this) + "::CloseOnIdle");
2886
GlobalLog.
ThreadContract
(ThreadKinds.Unknown, ThreadKinds.SafeSources | ThreadKinds.Timer | ThreadKinds.Finalization, "Connection#" + ValidationHelper.HashString(this) + "::AbortSocket");
3867
GlobalLog.
ThreadContract
(ThreadKinds.Unknown, ThreadKinds.SafeSources | ThreadKinds.Finalization | ThreadKinds.Timer, "Connection#" + ValidationHelper.HashString(this) + "::CheckIdle");
net\System\Net\_ConnectionGroup.cs (1)
264
GlobalLog.
ThreadContract
(ThreadKinds.Unknown, ThreadKinds.SafeSources | ThreadKinds.Timer, "ConnectionGroup#" + ValidationHelper.HashString(this) + "::DisableKeepAliveOnConnections");
net\System\Net\_LoggingObject.cs (1)
867
ThreadContract
(kind, ThreadKinds.SafeSources, errorMsg);
net\System\Net\HttpWebRequest.cs (1)
4462
GlobalLog.
ThreadContract
(ThreadKinds.Unknown, ThreadKinds.SafeSources | ThreadKinds.Timer, "HttpWebRequest#" + ValidationHelper.HashString(context) + "::ContinueTimeoutCallback");
net\System\Net\ServicePoint.cs (2)
1011
GlobalLog.
ThreadContract
(ThreadKinds.Unknown, ThreadKinds.SafeSources | ThreadKinds.Timer, "ServicePoint#" + ValidationHelper.HashString(this) + "::DecrementConnection");
1182
GlobalLog.
ThreadContract
(ThreadKinds.Unknown, ThreadKinds.SafeSources | ThreadKinds.Timer, "ServicePoint#" + ValidationHelper.HashString(this) + "::ReleaseAllConnectionGroups");