3 writes to _currentPersistentStorageSolutionId
Microsoft.CodeAnalysis.Workspaces (3)
Storage\AbstractPersistentStorageService.cs (3)
80
_currentPersistentStorageSolutionId
= null;
89
_currentPersistentStorageSolutionId
= solutionKey.Id;
159
_currentPersistentStorageSolutionId
= null;
1 reference to _currentPersistentStorageSolutionId
Microsoft.CodeAnalysis.Workspaces (1)
Storage\AbstractPersistentStorageService.cs (1)
56
if (solutionKey.Id ==
_currentPersistentStorageSolutionId
)