2 writes to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
852cache.TriedDeserializingPreviousEntry = true; 1039cache.TriedDeserializingPreviousEntry = true;
2 references to TriedDeserializingPreviousEntry
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
850Debug.Assert(!cache.TriedDeserializingPreviousEntry); 1036if (cache.PreviousEntry is null && !cache.TriedDeserializingPreviousEntry)