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