4 types derived from TraceRecord
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\DictionaryTraceRecord.cs (1)
10
internal class DictionaryTraceRecord :
TraceRecord
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\StringTraceRecord.cs (1)
9
internal class StringTraceRecord :
TraceRecord
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\MessageTraceRecord.cs (1)
12
internal class MessageTraceRecord :
TraceRecord
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
11
internal class SecurityTraceRecord :
TraceRecord
11 references to TraceRecord
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\DictionaryTraceRecord.cs (2)
19
internal override string EventId { get { return
TraceRecord
.EventIdBase + "Dictionary" +
TraceRecord
.NamespaceSuffix; } }
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (2)
170
public TracePayload GetSerializedPayload(object source,
TraceRecord
traceRecord, Exception exception)
175
public TracePayload GetSerializedPayload(object source,
TraceRecord
traceRecord, Exception exception, bool getServiceReference)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\TraceRecord.cs (2)
22
return
TraceRecord
.EventIdBase + eventId +
TraceRecord
.NamespaceSuffix;
FrameworkFork\System.ServiceModel\Internals\TraceCore.Designer.cs (5)
156
internal static void TraceCodeEventLogCritical(EtwDiagnosticTrace trace,
TraceRecord
traceRecord)
177
internal static void TraceCodeEventLogError(EtwDiagnosticTrace trace,
TraceRecord
traceRecord)
198
internal static void TraceCodeEventLogInfo(EtwDiagnosticTrace trace,
TraceRecord
traceRecord)
219
internal static void TraceCodeEventLogVerbose(EtwDiagnosticTrace trace,
TraceRecord
traceRecord)
240
internal static void TraceCodeEventLogWarning(EtwDiagnosticTrace trace,
TraceRecord
traceRecord)