3 writes to UnlockConnectionDelegate
System (3)
net\System\Net\_Connection.cs (2)
402
myLock.
UnlockConnectionDelegate
= null;
419
value.
UnlockConnectionDelegate
= m_ConnectionUnlock;
net\System\Net\HttpWebRequest.cs (1)
1246
this.
UnlockConnectionDelegate
= null;
4 references to UnlockConnectionDelegate
System (4)
net\System\Net\_Connection.cs (3)
388
if (value != null && (object)value.
UnlockConnectionDelegate
!= (object) m_ConnectionUnlock)
395
object myDelegate = myLock == null? null: myLock.
UnlockConnectionDelegate
;
406
UnlockConnectionDelegate chkDelegate = value.
UnlockConnectionDelegate
;
net\System\Net\HttpWebRequest.cs (1)
1241
UnlockConnectionDelegate unlockConnectionDelegate = this.
UnlockConnectionDelegate
;