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