6 references to StoreAssetsAsync
Microsoft.CodeAnalysis.Remote.Workspaces (6)
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 (2)
56=> StoreAssetsAsync(project.Solution.CompilationState, project.Id, cancellationToken); 60=> StoreAssetsAsync(compilationState, projectId: null, cancellationToken);