5 writes to Time
System.DirectoryServices (5)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (5)
132
record.
Time
= TLN.time;
154
record.
Time
= (LARGE_INTEGER)_excludedNameTime[i]!;
158
record.
Time
= new LARGE_INTEGER();
182
record.
Time
= tmp.time;
212
record.
Time
= (LARGE_INTEGER)_binaryDataTime[i]!;
6 references to Time
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (6)
159
record.
Time
.lowPart = currentTime.lower;
160
record.
Time
.highPart = currentTime.higher;
382
TopLevelName TLN = new TopLevelName(record.Flags, record.TopLevelName, record.
Time
);
392
tmpExcludedNameTime.Add(excludedName, record.
Time
);
398
ForestTrustDomainInformation dom = new ForestTrustDomainInformation(record.Flags, record.DomainInfo!, record.
Time
);
412
tmpBinaryDataTime.Add(record.
Time
);