4 references to AppendAssetMapAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Host\TestUtils.cs (4)
160
await project.
AppendAssetMapAsync
(map, cancellationToken).ConfigureAwait(false);
176
await project.
AppendAssetMapAsync
(map, cancellationToken).ConfigureAwait(false);
184
await project.
AppendAssetMapAsync
(map, cancellationToken).ConfigureAwait(false);
186
await solution.GetRequiredProject(dep).
AppendAssetMapAsync
(map, cancellationToken).ConfigureAwait(false);