6 references to PtrToStructure
System.DirectoryServices.Protocols (6)
System\DirectoryServices\Protocols\common\BerConverter.cs (3)
269Marshal.PtrToStructure(flattenptr, binaryValue); 499Marshal.PtrToStructure(result, binaryValue); 607Marshal.PtrToStructure(tempPtr, ber);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
1466Marshal.PtrToStructure(requestValue, val); 1786Marshal.PtrToStructure(tempPtr, bervalue); 1921Marshal.PtrToStructure(controlPtr, control);