1 write to TestOutputHelper
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
ToolingTestBase.cs (1)
96TestOutputHelper = testOutput;
10 references to TestOutputHelper
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (1)
CohostTestBase.cs (1)
101traceSource.Listeners.Add(new XunitTraceListener(TestOutputHelper));
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (6)
Cohost\CohostRangeFormattingEndpointTest.cs (1)
185accessor.SetFormattingLoggerFactory(new TestFormattingLoggerFactory(TestOutputHelper));
Cohost\Formatting\FormattingLogTest.cs (1)
97formattingService.GetTestAccessor().SetFormattingLoggerFactory(new TestFormattingLoggerFactory(TestOutputHelper));
Cohost\Formatting\FormattingTestBase.cs (1)
54accessor.SetFormattingLoggerFactory(new TestFormattingLoggerFactory(TestOutputHelper));
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\DocumentFormattingTestBase.cs (1)
62accessor.SetFormattingLoggerFactory(new TestFormattingLoggerFactory(TestOutputHelper));
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\HtmlFormattingPassTest.cs (1)
142var loggerFactory = new TestFormattingLoggerFactory(TestOutputHelper);
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\HtmlFormattingTest.cs (1)
688formattingService.GetTestAccessor().SetFormattingLoggerFactory(new TestFormattingLoggerFactory(TestOutputHelper));
Microsoft.VisualStudioCode.RazorExtension.UnitTests (3)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\DocumentFormattingTestBase.cs (1)
62accessor.SetFormattingLoggerFactory(new TestFormattingLoggerFactory(TestOutputHelper));
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\HtmlFormattingPassTest.cs (1)
142var loggerFactory = new TestFormattingLoggerFactory(TestOutputHelper);
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\HtmlFormattingTest.cs (1)
688formattingService.GetTestAccessor().SetFormattingLoggerFactory(new TestFormattingLoggerFactory(TestOutputHelper));