6 references to StoreAssetsAsync
Microsoft.CodeAnalysis.Remote.Workspaces (6)
BrokeredServiceConnection.cs (4)
201
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(compilationState, projectId, cancellationToken).ConfigureAwait(false);
217
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(compilationState, projectId, 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);
SolutionAssetStorage.cs (2)
56
=>
StoreAssetsAsync
(project.Solution.CompilationState, project.Id, cancellationToken);
60
=>
StoreAssetsAsync
(compilationState, projectId: null, cancellationToken);