3 references to LimitComponentLength
dotnet (3)
Commands\Test\MTP\TestResultsDirectoryResolver.cs (3)
227
return
LimitComponentLength
(_ambiguousProjectNames.Contains(projectName)
243
return
LimitComponentLength
(SanitizePathComponent(module.ArtifactsPivots).ToLowerInvariant());
249
return
LimitComponentLength
($"{targetFramework}_{runtime}".ToLowerInvariant());