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