1 write to resolver
Microsoft.NET.ProjectData (1)
15 references to resolver
Microsoft.NET.ProjectData (15)
CacheFileReader.cs (15)
768 this.Properties[this.Pool(line[..eq])] = this.Pool(this.resolver.MakeAbsolute(line[(eq + 1)..], this.projectDirectory));
848 packName => this.resolver.FindRefPackDirectory(packName, targetFramework)
849 ?? this.resolver.FindNuGetFrameworkPackDirectory(packName, targetFramework),
870 string? packageDir = this.resolver.FindSdkAnalyzerPackDirectory(packageId, targetFramework);
919 if (!this.resolver.IsNetSdkBound)
927 builder.Add(this.Pool(this.resolver.ToAbsolute(path, this.projectDirectory)));
941 if (!this.resolver.IsNetSdkBound)
955 foreach (string path in this.resolver.ResolveSdkAnalyzerConfigPolicy(policy, targetFramework))
976 if (!this.resolver.IsNetSdkBound)
988 explicitBuilder.Add(this.Pool(this.resolver.ToAbsolute(path, this.projectDirectory)));
1085 FilePath = this.Pool(this.resolver.ToAbsolute(path, this.projectDirectory)),
1112 FilePath = this.Pool(this.resolver.ToAbsolute(path, this.projectDirectory)),
1137 if (this.resolver.TryResolveNetFrameworkReferenceAssemblyPath(path, out string? netFxPath))
1155 resolvedPath = this.resolver.ToAbsolute(path, this.projectDirectory);
1218 FilePath = this.Pool(this.resolver.ToAbsolute(path, this.projectDirectory)),