2 instantiations of CachePathResolver
Microsoft.NET.ProjectData (2)
CacheFileReader.cs (2)
100 => ReadProjectCacheAsync(projectFilePath, cacheInProject, new CachePathResolver(), stringPool, cancellationToken); 118 => ReadProjectDataSnapshotsAsync(projectFilePath, cacheInProject, new CachePathResolver(), solutionPath, stringPool, cancellationToken);
15 references to CachePathResolver
Microsoft.NET.ProjectData (15)
CacheFileReader.cs (15)
84 /// This overload constructs a <see cref="CachePathResolver"/> with no SDK 86 /// resolved with this overload — use <see cref="ReadProjectCacheAsync(string, bool, CachePathResolver, CancellationToken)"/> 105 CachePathResolver resolver, 126 CachePathResolver resolver, 140 /// <see cref="CachePathResolver"/> when reading caches that may contain 146 CachePathResolver resolver, 154 CachePathResolver resolver, 176 CachePathResolver resolver, 283 CachePathResolver resolver, 369 CachePathResolver resolver, 576 CachePathResolver resolver, 600 CachePathResolver resolver, 610 static string ResolveDeclaredProjectFilePath(string value, CachePathResolver resolver, string projectDirectory) 716 private readonly CachePathResolver resolver; 723 CachePathResolver resolver,