1 instantiation of SolutionAssetStorage
Microsoft.CodeAnalysis.Remote.Workspaces (1)
SolutionAssetStorageProvider.cs (1)
17
private readonly SolutionAssetStorage _storage =
new
();
16 references to SolutionAssetStorage
Microsoft.CodeAnalysis.Remote.Workspaces (13)
BrokeredServiceConnection.cs (2)
43
private readonly
SolutionAssetStorage
_solutionAssetStorage;
57
SolutionAssetStorage
solutionAssetStorage,
ISolutionSynchronizationService.cs (1)
11
SolutionAssetStorage
AssetStorage { get; }
RemoteHostAssetWriter.cs (1)
19
using static
SolutionAssetStorage
;
ServiceHubRemoteHostClient.cs (1)
22
private readonly
SolutionAssetStorage
_assetStorage;
SolutionAssetProvider.cs (1)
24
private readonly
SolutionAssetStorage
_assetStorage = services.GetRequiredService<ISolutionAssetStorageProvider>().AssetStorage;
SolutionAssetStorage.cs (2)
119
private readonly
SolutionAssetStorage
_solutionAssetStorage;
121
internal TestAccessor(
SolutionAssetStorage
solutionAssetStorage)
SolutionAssetStorage.Scope.cs (2)
17
SolutionAssetStorage
storage,
22
private readonly
SolutionAssetStorage
_storage = storage;
SolutionAssetStorageProvider.cs (3)
17
private readonly
SolutionAssetStorage
_storage = new();
29
public
SolutionAssetStorage
AssetStorage { get; private set; }
31
private SolutionAssetStorageProvider(
SolutionAssetStorage
storage)
Roslyn.VisualStudio.Next.UnitTests (3)
Remote\SerializationValidator.cs (2)
72
public
SolutionAssetStorage
AssetStorage { get; }
111
public async Task<Solution> GetSolutionAsync(
SolutionAssetStorage
.Scope scope)
Remote\SnapshotSerializationTests.cs (1)
73
private static async Task<SolutionAsset> GetRequiredAssetAsync(
SolutionAssetStorage
.Scope scope, Checksum checksum)