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