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