3 references to TraceSource
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
163
var remoteLogger = new
TraceSource
("InProcRemoteClient")
Microsoft.Extensions.Logging.TraceSource (1)
TraceSourceLoggerProvider.cs (1)
62
var traceSource = new
DiagnosticsTraceSource
(traceSourceName);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (1)
54
private static readonly TraceSource s_traceSource = new
TraceSource
("System.Security.Cryptography.Xml.SignedXml");