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