2 writes to LoggerTestRun
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
TrxLogger.cs (2)
128LoggerTestRun = null; 665LoggerTestRun = testRun;
8 references to LoggerTestRun
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (8)
TrxLogger.cs (8)
86/// Guards the creation of <see cref="LoggerTestRun"/>, which can be requested concurrently 611TPDebug.Assert(LoggerTestRun != null, "LoggerTestRun is null"); 612TPDebug.Assert(LoggerTestRun.RunConfiguration != null, "LoggerTestRun.RunConfiguration is null"); 615var baseName = LoggerTestRun.RunConfiguration.RunDeploymentRootDirectory; 640if (LoggerTestRun != null) 641return LoggerTestRun; 645if (LoggerTestRun != null) 646return LoggerTestRun;