2 writes to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
774cache.TriedDeserializingPreviousEntry = true; 892cache.TriedDeserializingPreviousEntry = true;
2 references to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
772Debug.Assert(!cache.TriedDeserializingPreviousEntry); 889if (cache.PreviousEntry is null && !cache.TriedDeserializingPreviousEntry)