4 writes to StreamTimeUtc
Microsoft.Build (4)
Construction\ProjectRootElement.cs (3)
1574
StreamTimeUtc
= null;
1629
StreamTimeUtc
= DateTime.UtcNow;
2115
StreamTimeUtc
= null;
Evaluation\Evaluator.cs (1)
2306
importedProjectElement.
StreamTimeUtc
= null;
3 references to StreamTimeUtc
Microsoft.Build (3)
Construction\ProjectRootElement.cs (2)
1572
if (_lastWriteTimeWhenReadUtc >
StreamTimeUtc
)
2113
if (
StreamTimeUtc
< _lastWriteTimeWhenReadUtc)
Evaluation\Evaluator.cs (1)
2303
if (importedProjectElement.
StreamTimeUtc
?.ToLocalTime() > _lastModifiedProject.LastWriteTimeWhenRead)