1 instantiation of LdapRequestState
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
324var requestState = new LdapRequestState();
4 references to LdapRequestState
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (1)
15internal LdapRequestState _resultObject;
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
324var requestState = new LdapRequestState(); 334static async Task ResponseCallback(ValueTask<DirectoryResponse> vt, LdapRequestState requestState) 418LdapRequestState resultObject = result._resultObject;