1 instantiation of LdapRequestState
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
327var 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)
327var requestState = new LdapRequestState(); 337static async Task ResponseCallback(ValueTask<DirectoryResponse> vt, LdapRequestState requestState) 421LdapRequestState resultObject = result._resultObject;