2 writes to Buffer
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (2)
217
record.Data.
Buffer
= (IntPtr)0;
221
record.Data.
Buffer
= Marshal.AllocHGlobal(record.Data.Length);
4 references to Buffer
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (4)
222
ptrList.Add(record.Data.
Buffer
);
223
Marshal.Copy((byte[])_binaryData[i]!, 0, record.Data.
Buffer
, record.Data.Length);
407
if ((record.Data.
Buffer
!= (IntPtr)0) && (length != 0))
409
Marshal.Copy(record.Data.
Buffer
, byteArray, 0, length);