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