14 references to TraceSource
SMDiagnostics (1)
System\ServiceModel\Diagnostics\PiiTraceSource.cs (1)
22
:
base
(name)
System (1)
net\System\Net\Logging.cs (1)
629
internal NclTraceSource(string name) :
base
(name) { }
System.Net (1)
net\Logging.cs (1)
158
internal P2PTraceSource() :
base
(P2PTraceSourceName)
System.Runtime.Serialization (1)
System\Runtime\Serialization\SerializationTrace.cs (1)
50
codeGen = new
TraceSource
("System.Runtime.Serialization.CodeGeneration");
System.Security (1)
system\security\cryptography\xml\SignedXmlDebugLog.cs (1)
58
private static TraceSource s_traceSource = new
TraceSource
("System.Security.Cryptography.Xml.SignedXml");
System.ServiceModel (1)
System\ServiceModel\Diagnostics\OperationInvokerTrace.cs (1)
55
codeGenSource = new
TraceSource
("System.ServiceModel.OperationInvoker.CodeGeneration");
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceSource.cs (1)
14
:
base
(name)
System.Web.Services (1)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
72
asmxTraceSource = new
TraceSource
(TraceSourceAsmx);
System.Workflow.Activities (2)
ActivityTrace.cs (2)
44
activity = new
TraceSource
("System.Workflow.Activities");
47
rules = new
TraceSource
("System.Workflow.Activities.Rules");
System.Workflow.ComponentModel (3)
AuthoringOM\Trace.cs (3)
61
runtime = new
TraceSource
("System.Workflow.Runtime");
65
tracking = new
TraceSource
("System.Workflow.Runtime.Tracking");
68
host = new
TraceSource
("System.Workflow.Runtime.Hosting");
WindowsBase (1)
Base\System\Diagnostics\PresentationTraceSources.cs (1)
130
TraceSource source = new
TraceSource
(sourceName);