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)
614
public DateTime TimeLastChanged => Link != null ? RootLink.TimeLastChanged :
_timeLastChangedUtc
.ToLocalTime();