3 writes to LastUpdateTime
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\TrustHelper.cs (3)
466
AuthData.
LastUpdateTime
= new LARGE_INTEGER();
619
AuthData.
LastUpdateTime
= new LARGE_INTEGER();
745
AuthData.
LastUpdateTime
= new LARGE_INTEGER();
6 references to LastUpdateTime
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\TrustHelper.cs (6)
467
AuthData.
LastUpdateTime
.lowPart = tmp.lower;
468
AuthData.
LastUpdateTime
.highPart = tmp.higher;
620
AuthData.
LastUpdateTime
.lowPart = tmp.lower;
621
AuthData.
LastUpdateTime
.highPart = tmp.higher;
746
AuthData.
LastUpdateTime
.lowPart = tmp.lower;
747
AuthData.
LastUpdateTime
.highPart = tmp.higher;