1 write to _testLogger
Microsoft.VisualStudio.Razor.IntegrationTests (1)
AbstractRazorEditorTest.cs (1)
43_testLogger = await TestServices.Output.SetupIntegrationTestLoggerAsync(_testOutput, ControlledHangMitigatingCancellationToken);
4 references to _testLogger
Microsoft.VisualStudio.Razor.IntegrationTests (4)
AbstractRazorEditorTest.cs (4)
35private protected virtual ILogger Logger => _testLogger.AssumeNotNull(); 45_testLogger.LogInformation($"#### Razor integration test initialize."); 80_testLogger.LogInformation($"#### Razor integration test initialize finished."); 132_testLogger!.LogInformation($"#### Razor integration test dispose.");