4 writes to StreamTimeUtc
Microsoft.Build (4)
Construction\ProjectRootElement.cs (3)
1578
StreamTimeUtc
= null;
1633
StreamTimeUtc
= DateTime.UtcNow;
2119
StreamTimeUtc
= null;
Evaluation\Evaluator.cs (1)
2200
importedProjectElement.
StreamTimeUtc
= null;
3 references to StreamTimeUtc
Microsoft.Build (3)
Construction\ProjectRootElement.cs (2)
1576
if (_lastWriteTimeWhenReadUtc >
StreamTimeUtc
)
2117
if (
StreamTimeUtc
< _lastWriteTimeWhenReadUtc)
Evaluation\Evaluator.cs (1)
2197
if (importedProjectElement.
StreamTimeUtc
?.ToLocalTime() > _lastModifiedProject.LastWriteTimeWhenRead)