13 references to Utility
System.DirectoryServices.Protocols (13)
System\DirectoryServices\Protocols\common\BerConverter.cs (1)
528berValArray = Utility.AllocHGlobalIntPtrArray(tempValue.Length + 1);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (8)
536serverControlArray = Utility.AllocHGlobalIntPtrArray(managedServerControls.Length + 1); 552clientControlArray = Utility.AllocHGlobalIntPtrArray(managedClientControls.Length + 1); 644modArray = Utility.AllocHGlobalIntPtrArray(addModCount); 714searchAttributes = Utility.AllocHGlobalIntPtrArray(attributeCount + 1); 1119if (Utility.IsResultCode((ResultCode)error)) 1328attributes[i].values = Utility.AllocHGlobalIntPtrArray(valuesCount + 1); 1537if (Utility.IsResultCode((ResultCode)resultError)) 1872if (Utility.IsResultCode((ResultCode)error))
System\DirectoryServices\Protocols\ldap\LdapException.cs (1)
179if (Utility.IsResultCode((ResultCode)error))
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (3)
577serverControlArray = Utility.AllocHGlobalIntPtrArray(managedServerControls.Length + 1); 593clientControlArray = Utility.AllocHGlobalIntPtrArray(managedClientControls.Length + 1); 645if (Utility.IsResultCode((ResultCode)error))