1 write to _solutionAssetStorage
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
66
_solutionAssetStorage
= solutionAssetStorage;
10 references to _solutionAssetStorage
Microsoft.CodeAnalysis.Remote.Workspaces (10)
BrokeredServiceConnection.cs (10)
168
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, cancellationToken).ConfigureAwait(false);
184
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, cancellationToken).ConfigureAwait(false);
201
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false);
217
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false);
236
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, cancellationToken).ConfigureAwait(false);
255
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, cancellationToken).ConfigureAwait(false);
274
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false);
293
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false);
310
using var scope1 = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState1, cancellationToken).ConfigureAwait(false);
311
using var scope2 = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState2, cancellationToken).ConfigureAwait(false);