5 references to TraceSource
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (1)
CohostTestBase.cs (1)
100var traceSource = new TraceSource("Cohost test remote initialization");
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
ServiceBrokerFactoryTests.cs (1)
133private readonly TestBrokeredServiceContainer _container = new(new TraceSource(nameof(TestBrokeredServiceClient)));
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
163var remoteLogger = new TraceSource("InProcRemoteClient")
Microsoft.Extensions.Logging.TraceSource (1)
TraceSourceLoggerProvider.cs (1)
62var traceSource = new DiagnosticsTraceSource(traceSourceName);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (1)
54private static readonly TraceSource s_traceSource = new TraceSource("System.Security.Cryptography.Xml.SignedXml");