1 write to PreserveExistingLogsInOutput
Microsoft.AspNetCore.InternalTesting (1)
TestOutputDirectoryAttribute.cs (1)
15
PreserveExistingLogsInOutput
= bool.Parse(preserveExistingLogsInOutput);
1 reference to PreserveExistingLogsInOutput
Microsoft.AspNetCore.InternalTesting (1)
TestFileOutputContext.cs (1)
97
return attribute.
PreserveExistingLogsInOutput
;