2 writes to _lastWriteTimeWhenReadUtc
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
1571
_lastWriteTimeWhenReadUtc
= fileInfo.LastWriteTimeUtc;
2112
_lastWriteTimeWhenReadUtc
= FileUtilities.GetFileInfoNoThrow(fullPath).LastWriteTimeUtc;
3 references to _lastWriteTimeWhenReadUtc
Microsoft.Build (3)
Construction\ProjectRootElement.cs (3)
641
public DateTime LastWriteTimeWhenRead => Link != null ? RootLink.LastWriteTimeWhenRead :
_lastWriteTimeWhenReadUtc
.ToLocalTime();
1572
if (
_lastWriteTimeWhenReadUtc
> StreamTimeUtc)
2113
if (StreamTimeUtc <
_lastWriteTimeWhenReadUtc
)