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