2 references to GetAssetMapAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\TestUtils.cs (2)
50
var assetMapFromNewSolution = await solutionFromScratch.
GetAssetMapAsync
(projectConeId, CancellationToken.None).ConfigureAwait(false);
51
var assetMapFromIncrementalSolution = await incrementalSolutionBuilt.
GetAssetMapAsync
(projectConeId, CancellationToken.None).ConfigureAwait(false);