1 instantiation of SolutionAssetStorage
Microsoft.CodeAnalysis.Remote.Workspaces (1)
SolutionAssetStorageProvider.cs (1)
17private readonly SolutionAssetStorage _storage = new();
14 references to SolutionAssetStorage
Microsoft.CodeAnalysis.Remote.Workspaces (12)
BrokeredServiceConnection.cs (2)
49private readonly SolutionAssetStorage _solutionAssetStorage; 63SolutionAssetStorage solutionAssetStorage,
ISolutionSynchronizationService.cs (1)
11SolutionAssetStorage AssetStorage { get; }
ServiceHubRemoteHostClient.cs (1)
31private readonly SolutionAssetStorage _assetStorage;
SolutionAssetProvider.cs (1)
58var assetStorage = _services.GetRequiredService<ISolutionAssetStorageProvider>().AssetStorage;
SolutionAssetStorage.cs (2)
109private readonly SolutionAssetStorage _solutionAssetStorage; 111internal TestAccessor(SolutionAssetStorage solutionAssetStorage)
SolutionAssetStorage.Scope.cs (2)
20private readonly SolutionAssetStorage _storage; 37SolutionAssetStorage storage,
SolutionAssetStorageProvider.cs (3)
17private readonly SolutionAssetStorage _storage = new(); 29public SolutionAssetStorage AssetStorage { get; private set; } 31private SolutionAssetStorageProvider(SolutionAssetStorage storage)
Roslyn.VisualStudio.Next.UnitTests (2)
Remote\SerializationValidator.cs (2)
69public SolutionAssetStorage AssetStorage { get; } 101public async Task<Solution> GetSolutionAsync(SolutionAssetStorage.Scope scope)