1 write to _solutionAssetStorage
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
67
_solutionAssetStorage
= solutionAssetStorage;
10 references to _solutionAssetStorage
Microsoft.CodeAnalysis.Remote.Workspaces (10)
BrokeredServiceConnection.cs (10)
169
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, cancellationToken).ConfigureAwait(false);
185
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, cancellationToken).ConfigureAwait(false);
202
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false);
218
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false);
237
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, cancellationToken).ConfigureAwait(false);
256
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, cancellationToken).ConfigureAwait(false);
275
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false);
294
using var scope = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false);
311
using var scope1 = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState1, cancellationToken).ConfigureAwait(false);
312
using var scope2 = await
_solutionAssetStorage
.StoreAssetsAsync(compilationState2, cancellationToken).ConfigureAwait(false);