2 overrides of TimeLastChanged
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
198public override DateTime TimeLastChanged => Proxy.TimeLastChanged;
Microsoft.Build.Engine.UnitTests (1)
InstanceFromRemote\FakeProjectRootElementLink.cs (1)
30public override DateTime TimeLastChanged => throw new NotImplementedException();
1 reference to TimeLastChanged
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
632public DateTime TimeLastChanged => Link != null ? RootLink.TimeLastChanged : _timeLastChangedUtc.ToLocalTime();