2 writes to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
867cache.TriedDeserializingPreviousEntry = true; 1046cache.TriedDeserializingPreviousEntry = true;
2 references to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
865Debug.Assert(!cache.TriedDeserializingPreviousEntry); 1043if (cache.PreviousEntry is null && !cache.TriedDeserializingPreviousEntry)