3 references to SanitizePathComponent
dotnet (3)
Commands\Test\MTP\TestResultsDirectoryResolver.cs (3)
198
string targetFramework =
SanitizePathComponent
(module.TargetFramework);
199
string runtime =
SanitizePathComponent
(GetRuntimeComponent(module));
225
return
SanitizePathComponent
(projectName);