4 references to LogFileNameKey
Microsoft.VisualStudio.TestPlatform.Extensions.TestIds.TestLogger (4)
Constants.cs (2)
40
/// The report file name used when <see cref="
LogFileNameKey
"/> is not given and the platform
49
/// run, and <see cref="
LogFileNameKey
"/> is there for a script that needs to know the path up
TestIdsLogger.cs (2)
280
&& _parametersDictionary.TryGetValue(Constants.
LogFileNameKey
, out string? requested)
407
&& _parametersDictionary.TryGetValue(Constants.
LogFileNameKey
, out string? logFileNameValue)