4 writes to StreamTimeUtc
Microsoft.Build (4)
Construction\ProjectRootElement.cs (3)
1548
StreamTimeUtc
= null;
1603
StreamTimeUtc
= DateTime.UtcNow;
2084
StreamTimeUtc
= null;
Evaluation\Evaluator.cs (1)
2178
importedProjectElement.
StreamTimeUtc
= null;
3 references to StreamTimeUtc
Microsoft.Build (3)
Construction\ProjectRootElement.cs (2)
1546
if (_lastWriteTimeWhenReadUtc >
StreamTimeUtc
)
2082
if (
StreamTimeUtc
< _lastWriteTimeWhenReadUtc)
Evaluation\Evaluator.cs (1)
2175
if (importedProjectElement.
StreamTimeUtc
?.ToLocalTime() > _lastModifiedProject.LastWriteTimeWhenRead)