2 references to EnsureCacheEntryIfExists
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\ChecksumSynchronizer.cs (1)
129
if (!_assetProvider.
EnsureCacheEntryIfExists
(checksum))
Host\RemoteWorkspace.SolutionCreator.cs (1)
516
Debug.Assert(assetProvider.
EnsureCacheEntryIfExists
(kv.Item2.Info), "Expected the prior call to GetAssetsAsync to obtain all items for this loop.");