2 writes to _timeLastChangedUtc
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
224_timeLastChangedUtc = DateTime.UtcNow; 1831_timeLastChangedUtc = DateTime.UtcNow;
1 reference to _timeLastChangedUtc
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
614public DateTime TimeLastChanged => Link != null ? RootLink.TimeLastChanged : _timeLastChangedUtc.ToLocalTime();