8 references to AllocHGlobalIntPtrArray
System.DirectoryServices.Protocols (8)
System\DirectoryServices\Protocols\common\BerConverter.cs (1)
528
berValArray = Utility.
AllocHGlobalIntPtrArray
(tempValue.Length + 1);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (5)
536
serverControlArray = Utility.
AllocHGlobalIntPtrArray
(managedServerControls.Length + 1);
552
clientControlArray = Utility.
AllocHGlobalIntPtrArray
(managedClientControls.Length + 1);
644
modArray = Utility.
AllocHGlobalIntPtrArray
(addModCount);
714
searchAttributes = Utility.
AllocHGlobalIntPtrArray
(attributeCount + 1);
1328
attributes[i].values = Utility.
AllocHGlobalIntPtrArray
(valuesCount + 1);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
577
serverControlArray = Utility.
AllocHGlobalIntPtrArray
(managedServerControls.Length + 1);
593
clientControlArray = Utility.
AllocHGlobalIntPtrArray
(managedClientControls.Length + 1);