2 writes to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\FileBasedAppRunPlan.cs (1)
437
cache.
TriedDeserializingPreviousEntry
= true;
Commands\Run\VirtualProjectBuildingCommand.cs (1)
646
cache.
TriedDeserializingPreviousEntry
= true;
2 references to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\FileBasedAppRunPlan.cs (1)
435
Debug.Assert(!cache.
TriedDeserializingPreviousEntry
);
Commands\Run\VirtualProjectBuildingCommand.cs (1)
643
if (cache.PreviousEntry is null && !cache.
TriedDeserializingPreviousEntry
)