1 write to _messageID
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (1)
88
_messageID
= messageID;
3 references to _messageID
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
415
messageId = ((LdapPartialAsyncResult)asyncResult).
_messageID
;
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (2)
139
ValueTask<DirectoryResponse> vt = connection.ConstructResponseAsync(asyncResult.
_messageID
, LdapOperation.LdapSearch, resultType, asyncResult._requestTimeout, false, sync: true);
220
LdapPal.CancelDirectoryAsyncOperation(connection._ldapHandle, asyncResult.
_messageID
);