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