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