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