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