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