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