2 writes to _lastWriteTimeWhenReadUtc
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
1545
_lastWriteTimeWhenReadUtc
= fileInfo.LastWriteTimeUtc;
2081
_lastWriteTimeWhenReadUtc
= FileUtilities.GetFileInfoNoThrow(fullPath).LastWriteTimeUtc;
3 references to _lastWriteTimeWhenReadUtc
Microsoft.Build (3)
Construction\ProjectRootElement.cs (3)
621
public DateTime LastWriteTimeWhenRead => Link != null ? RootLink.LastWriteTimeWhenRead :
_lastWriteTimeWhenReadUtc
.ToLocalTime();
1546
if (
_lastWriteTimeWhenReadUtc
> StreamTimeUtc)
2082
if (StreamTimeUtc <
_lastWriteTimeWhenReadUtc
)