3 references to ReadCacheFileAsync
Microsoft.NET.ProjectData (3)
CacheFileReader.cs (3)
191 ImmutableArray<CachedSliceData> slices = await ReadCacheFileAsync( 210 ImmutableArray<CachedSliceData> slices = await ReadCacheFileAsync( 231 ImmutableArray<CachedSliceData> donorSlices = await ReadCacheFileAsync(donorCandidate.FilePath, projectFilePath, expectedProjectFilePath: projectFilePath, resolver, stringPool, cancellationToken).ConfigureAwait(false);