6 instantiations of ProjectDataCacheReadResult
Microsoft.NET.ProjectData (6)
CacheFileReader.cs (6)
198
return
new
(slices, ProjectDataCacheSource.ProjectFolder);
217
return
new
(slices, ProjectDataCacheSource.UserFolder);
222
return
new
([], ProjectDataCacheSource.UnsupportedMarker);
235
return
new
(donorSlices, ProjectDataCacheSource.Donor);
248
return
new
([], ProjectDataCacheSource.None);
256
return
new
([], ProjectDataCacheSource.None);
2 references to ProjectDataCacheReadResult
Microsoft.NET.ProjectData (2)
CacheFileReader.cs (2)
159
ProjectDataCacheReadResult
result = await ReadProjectCacheWithSourceAsync(
173
public static async Task<
ProjectDataCacheReadResult
> ReadProjectCacheWithSourceAsync(