1 write to Length
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (1)
213
record.Data.
Length
= ((byte[])_binaryData[i]!).Length;
4 references to Length
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (4)
215
if (record.Data.
Length
== 0)
221
record.Data.Buffer = Marshal.AllocHGlobal(record.Data.
Length
);
223
Marshal.Copy((byte[])_binaryData[i]!, 0, record.Data.Buffer, record.Data.
Length
);
405
int length = record.Data.
Length
;