5 references to StoreAssetsAsync
Microsoft.CodeAnalysis.Remote.Workspaces (5)
BrokeredServiceConnection.cs (4)
202
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(compilationState, projectId, cancellationToken).ConfigureAwait(false);
218
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(compilationState, projectId, 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);
SolutionAssetStorage.cs (1)
62
=>
StoreAssetsAsync
(compilationState, projectId: null, cancellationToken);