5 references to StoreAssetsAsync
Microsoft.CodeAnalysis.Remote.Workspaces (5)
BrokeredServiceConnection.cs (4)
202using var scope = await _solutionAssetStorage.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false); 218using var scope = await _solutionAssetStorage.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false); 275using var scope = await _solutionAssetStorage.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false); 294using var scope = await _solutionAssetStorage.StoreAssetsAsync(compilationState, projectId, cancellationToken).ConfigureAwait(false);
SolutionAssetStorage.cs (1)
62=> StoreAssetsAsync(compilationState, projectId: null, cancellationToken);