2 references to MaxPathLength
Microsoft.AspNetCore.InternalTesting (2)
AssemblyTestLog.cs (2)
123
if (logOutputDirectory.Length + testName.Length + LogFileExtension.Length >=
MaxPathLength
)
128
var testNameLength =
MaxPathLength
- logOutputDirectory.Length - LogFileExtension.Length;