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