1 write to pszAttrType
System.DirectoryServices (1)
System\DirectoryServices\DirectorySearcher.cs (1)
810sortKey.pszAttrType = Marshal.StringToCoTaskMemUni(Sort.PropertyName);
1 reference to pszAttrType
System.DirectoryServices (1)
System\DirectoryServices\DirectorySearcher.cs (1)
811ptrToFree = sortKey.pszAttrType; // so we can free it later.