4 references to TimeLastChanged
Microsoft.Build (1)
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
31/// Access to remote <see cref="ProjectRootElement.TimeLastChanged"/>.
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
536Assert.Equal(realXml.TimeLastChanged, viewXml.TimeLastChanged);
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
34public DateTime TimeLastChanged => this.ProjectXml.TimeLastChanged;