4 references to SanitizePathComponent
dotnet-aot (4)
parent\dotnet\Commands\Test\MTP\TestResultsDirectoryResolver.cs (4)
243return LimitComponentLength(SanitizePathComponent(module.ArtifactsPivots).ToLowerInvariant()); 246string targetFramework = SanitizePathComponent(module.TargetFramework); 247string runtime = SanitizePathComponent(GetRuntimeComponent(module)); 275return SanitizePathComponent(projectName);