2 instantiations of XunitTraceListener
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (1)
CohostTestBase.cs (1)
101
traceSource.Listeners.Add(new
XunitTraceListener
(TestOutputHelper));
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
FindAllDeclarationsTests.TestSolutionsAndProject.cs (1)
83
remoteHostProvider.TraceListener = new
XunitTraceListener
(_logger);