2 writes to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
862cache.TriedDeserializingPreviousEntry = true; 1041cache.TriedDeserializingPreviousEntry = true;
2 references to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
860Debug.Assert(!cache.TriedDeserializingPreviousEntry); 1038if (cache.PreviousEntry is null && !cache.TriedDeserializingPreviousEntry)