2 references to MaxPathComponentLength
dotnet (2)
Commands\Test\MTP\TestResultsDirectoryResolver.cs (2)
299
if (component.Length <=
MaxPathComponentLength
)
306
return string.Concat(component.AsSpan(0,
MaxPathComponentLength
- hash.Length - 1), "_", hash);