1 reference to TimeLastChanged
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
632
public DateTime TimeLastChanged => Link != null ? RootLink.
TimeLastChanged
: _timeLastChangedUtc.ToLocalTime();