4 references to SanitizePathComponent
dotnet (4)
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);