4 references to BuildControlArray
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
531managedServerControls = BuildControlArray(request.Controls, true); 549managedClientControls = BuildControlArray(request.Controls, false);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
573managedServerControls = LdapConnection.BuildControlArray(controls, true); 590managedClientControls = LdapConnection.BuildControlArray(controls, false);