2 references to GetAssetFromAssetServiceAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\TestUtils.cs (2)
70
var mismatch5 = await
GetAssetFromAssetServiceAsync
(allChecksumsFromRequest.Except(assetMapFromNewSolution.Keys)).ConfigureAwait(false);
73
var mismatch6 = await
GetAssetFromAssetServiceAsync
(allChecksumsFromRequest.Except(assetMapFromIncrementalSolution.Keys)).ConfigureAwait(false);