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