13 references to Utility
System.DirectoryServices.Protocols (13)
System\DirectoryServices\Protocols\common\BerConverter.cs (1)
528
berValArray =
Utility
.AllocHGlobalIntPtrArray(tempValue.Length + 1);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (8)
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);
1119
if (
Utility
.IsResultCode((ResultCode)error))
1328
attributes[i].values =
Utility
.AllocHGlobalIntPtrArray(valuesCount + 1);
1537
if (
Utility
.IsResultCode((ResultCode)resultError))
1872
if (
Utility
.IsResultCode((ResultCode)error))
System\DirectoryServices\Protocols\ldap\LdapException.cs (1)
179
if (
Utility
.IsResultCode((ResultCode)error))
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (3)
577
serverControlArray =
Utility
.AllocHGlobalIntPtrArray(managedServerControls.Length + 1);
593
clientControlArray =
Utility
.AllocHGlobalIntPtrArray(managedClientControls.Length + 1);
645
if (
Utility
.IsResultCode((ResultCode)error))