4 references to AppendAssetMapAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Host\TestUtils.cs (4)
173
await project.
AppendAssetMapAsync
(map, cancellationToken).ConfigureAwait(false);
206
await project.
AppendAssetMapAsync
(map, cancellationToken).ConfigureAwait(false);
218
await project.
AppendAssetMapAsync
(map, cancellationToken).ConfigureAwait(false);
220
await solution.GetRequiredProject(dep).
AppendAssetMapAsync
(map, cancellationToken).ConfigureAwait(false);