4 writes to TopLevelName
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (4)
135Interop.NtDll.RtlInitUnicodeString(out record.TopLevelName, ptr); 165Interop.NtDll.RtlInitUnicodeString(out record.TopLevelName, ptr); 381record.TopLevelName = *(global::Interop.UNICODE_STRING*)myPtr; 389record.TopLevelName = *(global::Interop.UNICODE_STRING*)myPtr;
3 references to TopLevelName
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (3)
382TopLevelName TLN = new TopLevelName(record.Flags, record.TopLevelName, record.Time); 390string excludedName = Marshal.PtrToStringUni(record.TopLevelName.Buffer, record.TopLevelName.Length / 2);