3 references to ToAbsolutePath
Microsoft.NET.ProjectData.Tasks (3)
AnalyzerConfigFileFilter.cs (2)
23 string absolute = resolver.ToAbsolutePath(item); 94 string? directory = Path.GetDirectoryName(resolver.ToAbsolutePath(itemSpec));
CachePathResolver.cs (1)
54 string absolutePath = this.ToAbsolutePath(inputPath);