2 writes to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
868cache.TriedDeserializingPreviousEntry = true; 1055cache.TriedDeserializingPreviousEntry = true;
2 references to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
866Debug.Assert(!cache.TriedDeserializingPreviousEntry); 1052if (cache.PreviousEntry is null && !cache.TriedDeserializingPreviousEntry)