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)
530
serverControlArray = Utility.
AllocHGlobalIntPtrArray
(managedServerControls.Length + 1);
546
clientControlArray = Utility.
AllocHGlobalIntPtrArray
(managedClientControls.Length + 1);
638
modArray = Utility.
AllocHGlobalIntPtrArray
(addModCount);
708
searchAttributes = Utility.
AllocHGlobalIntPtrArray
(attributeCount + 1);
1322
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);