1 override of TimeLastChanged
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
198
public override DateTime
TimeLastChanged
=> Proxy.TimeLastChanged;
1 reference to TimeLastChanged
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
614
public DateTime TimeLastChanged => Link != null ? RootLink.
TimeLastChanged
: _timeLastChangedUtc.ToLocalTime();