2 writes to _completed
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
352requestState._ldapAsync._completed = true;
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
108asyncResult._completed = true;
1 reference to _completed
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (1)
32bool IAsyncResult.IsCompleted => _completed;