1 write to _callbackRoutine
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
451
_callbackRoutine
= value;
8 references to _callbackRoutine
System.DirectoryServices.Protocols (8)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (8)
426
return
_callbackRoutine
;
888
Debug.Assert(
_callbackRoutine
.QueryForConnection != null);
891
if (
_callbackRoutine
.QueryForConnection != null)
935
LdapConnection con =
_callbackRoutine
.QueryForConnection(_connection, tempReferralConnection, NewDN, identifier, cred, tokenValue);
954
if (newConnection != IntPtr.Zero &&
_callbackRoutine
.NotifyNewConnection != null)
1024
bool value =
_callbackRoutine
.NotifyNewConnection(_connection, tempReferralConnection, newDN, identifier, tempNewConnection, cred, tokenValue, errorCodeFromBind);
1043
if (ConnectionToDereference != IntPtr.Zero &&
_callbackRoutine
.DereferenceConnection != null)
1065
_callbackRoutine
.DereferenceConnection(_connection, dereferenceConnection);