4 types derived from TraceSource
SMDiagnostics (1)
System\ServiceModel\Diagnostics\PiiTraceSource.cs (1)
13class PiiTraceSource : TraceSource
System (1)
net\System\Net\Logging.cs (1)
627private class NclTraceSource : TraceSource
System.Net (1)
net\Logging.cs (1)
150internal class P2PTraceSource : TraceSource
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceSource.cs (1)
10class DiagnosticTraceSource : TraceSource
11 instantiations of TraceSource
System.Runtime.Serialization (1)
System\Runtime\Serialization\SerializationTrace.cs (1)
50codeGen = new TraceSource("System.Runtime.Serialization.CodeGeneration");
System.Security (1)
system\security\cryptography\xml\SignedXmlDebugLog.cs (1)
58private static TraceSource s_traceSource = new TraceSource("System.Security.Cryptography.Xml.SignedXml");
System.ServiceModel (1)
System\ServiceModel\Diagnostics\OperationInvokerTrace.cs (1)
55codeGenSource = new TraceSource("System.ServiceModel.OperationInvoker.CodeGeneration");
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
244DiagnosticTrace.traceSource = new TraceSource(DiagnosticTrace.TraceSourceName, SourceLevels.Critical);
System.Web.Services (1)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
72asmxTraceSource = new TraceSource(TraceSourceAsmx);
System.Workflow.Activities (2)
ActivityTrace.cs (2)
44activity = new TraceSource("System.Workflow.Activities"); 47rules = new TraceSource("System.Workflow.Activities.Rules");
System.Workflow.ComponentModel (3)
AuthoringOM\Trace.cs (3)
61runtime = new TraceSource("System.Workflow.Runtime"); 65tracking = new TraceSource("System.Workflow.Runtime.Tracking"); 68host = new TraceSource("System.Workflow.Runtime.Hosting");
WindowsBase (1)
Base\System\Diagnostics\PresentationTraceSources.cs (1)
130TraceSource source = new TraceSource(sourceName);
80 references to TraceSource
SMDiagnostics (1)
System\ServiceModel\Diagnostics\LegacyDiagnosticTrace.cs (1)
38TraceSource temp = this.TraceSource;
System (45)
compmod\system\diagnostics\Trace.cs (1)
168TraceSource.RefreshAll();
compmod\system\diagnostics\TraceSource.cs (4)
56TraceSource tracesource = ((TraceSource)tracesources[i].Target); 162TraceSource tracesource = ((TraceSource) tracesources[i].Target);
net\System\Net\Logging.cs (40)
46private static TraceSource s_WebTraceSource; 47private static TraceSource s_HttpListenerTraceSource; 48private static TraceSource s_SocketsTraceSource; 49private static TraceSource s_WebSocketsTraceSource; 50private static TraceSource s_CacheTraceSource; 51private static TraceSource s_TraceSourceHttpName; 78internal static bool IsVerbose(TraceSource traceSource) { 82internal static TraceSource Web { 95internal static TraceSource Http { 107internal static TraceSource HttpListener { 119internal static TraceSource Sockets { 132internal static TraceSource RequestCache { 144internal static TraceSource WebSockets 160private static bool GetUseProtocolTextSetting(TraceSource traceSource) { 168private static int GetMaxDumpSizeSetting(TraceSource traceSource) { 259private static bool ValidateSettings(TraceSource traceSource, TraceEventType traceLevel) { 298internal static void PrintLine(TraceSource traceSource, TraceEventType eventType, int id, string msg) { 307internal static void Associate(TraceSource traceSource, object objA, object objB) { 322internal static void Enter(TraceSource traceSource, object obj, string method, string param) { 333internal static void Enter(TraceSource traceSource, object obj, string method, object paramObject) { 343internal static void Enter(TraceSource traceSource, string obj, string method, string param) { 353internal static void Enter(TraceSource traceSource, string obj, string method, object paramObject) { 367internal static void Enter(TraceSource traceSource, string method, string parameters) { 377internal static void Enter(TraceSource traceSource, string msg) { 389internal static void Exit(TraceSource traceSource, object obj, string method, object retObject) { 403internal static void Exit(TraceSource traceSource, string obj, string method, object retObject) { 419internal static void Exit(TraceSource traceSource, object obj, string method, string retValue) { 429internal static void Exit(TraceSource traceSource, string obj, string method, string retValue) { 442internal static void Exit(TraceSource traceSource, string method, string parameters) { 452internal static void Exit(TraceSource traceSource, string msg) { 464internal static void Exception(TraceSource traceSource, object obj, string method, Exception e) { 479internal static void PrintInfo(TraceSource traceSource, string msg) { 490internal static void PrintInfo(TraceSource traceSource, object obj, string msg) { 502internal static void PrintInfo(TraceSource traceSource, object obj, string method, string param) { 515internal static void PrintWarning(TraceSource traceSource, string msg) { 525internal static void PrintWarning(TraceSource traceSource, object obj, string method, string msg) { 538internal static void PrintError(TraceSource traceSource, string msg) { 549internal static void PrintError(TraceSource traceSource, object obj, string method, string msg) { 567internal static void Dump(TraceSource traceSource, object obj, string method, IntPtr bufferPtr, int length) { 580internal static void Dump(TraceSource traceSource, object obj, string method, byte[] buffer, int offset, int length) {
System.Net (3)
net\Logging.cs (3)
78internal static void Enter(TraceSource source, string method) 85internal static void Leave(TraceSource source, string message) 104internal static void DumpData(TraceSource source, TraceEventType eventType, int maxDataSize, byte[] buffer, int offset, int length)
System.Runtime.Serialization (2)
System\Runtime\Serialization\SerializationTrace.cs (2)
18static TraceSource codeGen; 42static TraceSource CodeGenerationTraceSource
System.Security (1)
system\security\cryptography\xml\SignedXmlDebugLog.cs (1)
58private static TraceSource s_traceSource = new TraceSource("System.Security.Cryptography.Xml.SignedXml");
System.ServiceModel (5)
System\ServiceModel\Administration\AppDomainInstanceProvider.cs (2)
75static IWmiInstance[] CreateListenersInfo(TraceSource traceSource, IWmiInstance instance) 118TraceSource traceSource = DiagnosticUtility.DiagnosticTrace == null ? null : DiagnosticUtility.DiagnosticTrace.TraceSource;
System\ServiceModel\Diagnostics\MessageLogger.cs (1)
580internal static TraceSource MessageTraceSource
System\ServiceModel\Diagnostics\OperationInvokerTrace.cs (2)
18static TraceSource codeGenSource; 50static TraceSource CodeGenerationTraceSource
System.ServiceModel.Internals (4)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (4)
35TraceSource traceSource; 55static void UnsafeRemoveDefaultTraceListener(TraceSource traceSource) 60public TraceSource TraceSource 78protected void SetTraceSource(TraceSource traceSource)
System.Transactions (2)
System\Transactions\Trace\DiagnosticTrace.cs (2)
35static TraceSource traceSource = null; 95static TraceSource TraceSource
System.Web.Services (3)
System\Web\Services\Diagnostics\TraceUtility.cs (3)
25private static TraceSource asmxTraceSource; 53internal static TraceSource Asmx { 116private static bool ValidateSettings(TraceSource traceSource, TraceEventType traceLevel) {
System.Workflow.Activities (4)
ActivityTrace.cs (4)
9static TraceSource activity; 10static TraceSource rules; 12internal static TraceSource Activity 17internal static TraceSource Rules
System.Workflow.ComponentModel (6)
AuthoringOM\Trace.cs (6)
11static TraceSource runtime; 12static TraceSource tracking; 13static TraceSource host; 18internal static TraceSource Runtime 26internal static TraceSource Tracking 34internal static TraceSource Host
WindowsBase (4)
Base\MS\Internal\AvTrace.cs (2)
526TraceSource _traceSource; 595internal delegate TraceSource GetTraceSourceDelegate();
Base\System\Diagnostics\PresentationTraceSources.cs (2)
124private static TraceSource CreateTraceSource(string sourceName) 130TraceSource source = new TraceSource(sourceName);