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)
415messageId = ((LdapPartialAsyncResult)asyncResult)._messageID;
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (2)
139ValueTask<DirectoryResponse> vt = connection.ConstructResponseAsync(asyncResult._messageID, LdapOperation.LdapSearch, resultType, asyncResult._requestTimeout, false, sync: true); 220LdapPal.CancelDirectoryAsyncOperation(connection._ldapHandle, asyncResult._messageID);