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