3 references to GetFullPathNoThrow
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
1099
item.ItemSpec = Utilities.
GetFullPathNoThrow
(item.ItemSpec);
src\Compilers\Core\MSBuildTask\MapSourceRoots.cs (2)
78
return string.IsNullOrEmpty(path) ? path : EnsureEndsWithSlash(Utilities.
GetFullPathNoThrow
(path));
189
var fullOriginalPath = Utilities.
GetFullPathNoThrow
(combinedPath);