1 write to LogFile
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
217LogFile = GetTimestampedLogFile(EqtTrace.LogFile),
2 references to LogFile
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
ConnectionInfo\TestRunnerConnectionInfoExtensions.cs (2)
21if (!StringUtils.IsNullOrEmpty(connectionInfo.LogFile)) 23options = $"{options} --diag {connectionInfo.LogFile} --tracelevel {connectionInfo.TraceLevel}";