14 references to s_handleTable
System.DirectoryServices.Protocols (14)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
181if (s_handleTable[_ldapHandle.DangerousGetHandle()] != null) 183s_handleTable.Remove(_ldapHandle.DangerousGetHandle()); 186s_handleTable.Add(_ldapHandle.DangerousGetHandle(), new WeakReference(this)); 1161s_handleTable.Remove(_ldapHandle.DangerousGetHandle());
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (10)
910WeakReference reference = (WeakReference)(LdapConnection.s_handleTable[ReferralFromConnection]); 921LdapConnection.s_handleTable.Remove(ReferralFromConnection); 928LdapConnection.s_handleTable.Add(ReferralFromConnection, new WeakReference(tempReferralConnection)); 975WeakReference reference = (WeakReference)(LdapConnection.s_handleTable[referralFromConnection]); 986LdapConnection.s_handleTable.Remove(referralFromConnection); 993LdapConnection.s_handleTable.Add(referralFromConnection, new WeakReference(tempReferralConnection)); 1000WeakReference reference = (WeakReference)(LdapConnection.s_handleTable[newConnection]); 1011LdapConnection.s_handleTable.Remove(newConnection); 1018LdapConnection.s_handleTable.Add(newConnection, new WeakReference(tempNewConnection)); 1051reference = (WeakReference)(LdapConnection.s_handleTable[ConnectionToDereference]);