5 references to StoreAssetsAsync
Microsoft.CodeAnalysis.Remote.Workspaces (5)
BrokeredServiceConnection.cs (4)
201using var scope = await _solutionAssetStorage.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false); 217using var scope = await _solutionAssetStorage.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false); 274using var scope = await _solutionAssetStorage.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false); 293using var scope = await _solutionAssetStorage.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false);
SolutionAssetStorage.cs (1)
60=> StoreAssetsAsync(compilationState, projectId: null, cancellationToken);