1 write to Id
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\PersistentStorage\SolutionKey.cs (1)
27
Id
= id;
4 references to Id
Microsoft.CodeAnalysis.Workspaces (2)
Storage\AbstractPersistentStorageService.cs (2)
56
if (solutionKey.
Id
== _currentPersistentStorageSolutionId)
89
_currentPersistentStorageSolutionId = solutionKey.
Id
;
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
PersistentStorage\AbstractPersistentStorageTests.cs (2)
1035
var configuration = new MockPersistentStorageConfiguration(solutionKey.
Id
, _persistentFolder.Path, throwOnFailure: true);
1065
=> solutionKey.
Id
== _solutionId ? _storageLocation : null;