127 references to TD
System.ServiceModel.Activation (127)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (4)
468
return
TD
.IncrementBusyCountIsEnabled();
473
return
TD
.DecrementBusyCountIsEnabled();
481
TD
.IncrementBusyCount(data);
490
TD
.DecrementBusyCount(data);
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (2)
812
if (
TD
.ServiceActivationExceptionIsEnabled())
814
TD
.ServiceActivationException(activationException != null ? activationException.ToString() : string.Empty, activationException);
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (4)
142
if (
TD
.HostedTransportConfigurationManagerConfigInitStartIsEnabled())
144
TD
.HostedTransportConfigurationManagerConfigInitStart();
148
if (
TD
.HostedTransportConfigurationManagerConfigInitStopIsEnabled())
150
TD
.HostedTransportConfigurationManagerConfigInitStop();
System\ServiceModel\Activation\ServiceMemoryGates.cs (2)
42
if (
TD
.ServiceActivationAvailableMemoryIsEnabled())
44
TD
.ServiceActivationAvailableMemory(availableMemoryBytes);
System\ServiceModel\Activation\ServiceRoute.cs (2)
21
if (
TD
.AspNetRouteIsEnabled())
23
TD
.AspNetRoute(routePrefix, serviceType.AssemblyQualifiedName, serviceHostFactory.GetType().AssemblyQualifiedName);
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (4)
137
if (
TD
.XamlServicesLoadStartIsEnabled())
139
TD
.XamlServicesLoadStart();
142
if (
TD
.XamlServicesLoadStopIsEnabled())
144
TD
.XamlServicesLoadStop();
System\ServiceModel\ServiceHostingEnvironment.cs (30)
288
if (
TD
.WebHostRequestStartIsEnabled())
290
TD
.WebHostRequestStart(eventTraceActivity, AppDomain.CurrentDomain.FriendlyName, requestUrl, relatedId);
306
if (
TD
.WebHostRequestStopIsEnabled())
308
TD
.WebHostRequestStop(eventTraceActivity);
674
if (
TD
.CBAEntryReadIsEnabled())
676
TD
.CBAEntryRead(element.RelativeAddress, normalizedRelativeAddress);
833
if (
TD
.ServiceActivationStartIsEnabled())
835
TD
.ServiceActivationStart(eventTraceActivity);
918
if (
TD
.ServiceHostStartedIsEnabled())
940
TD
.ServiceHostStarted(eventTraceActivity, serviceName, hostReference);
981
if (
TD
.ServiceActivationStopIsEnabled())
983
TD
.ServiceActivationStop(eventTraceActivity);
1008
if (
TD
.IdleServicesClosedIsEnabled())
1010
TD
.IdleServicesClosed(eventTraceActivity, totalCount - directory.Count, totalCount);
1053
if (
TD
.AspNetRoutingServiceIsEnabled() && isAspNetRoutedRequest)
1055
TD
.AspNetRoutingService(eventTraceActivity, normalizedVirtualPath);
1191
if (
TD
.CompilationStartIsEnabled())
1193
TD
.CompilationStart(eventTraceActivity);
1297
if (
TD
.CBAMatchFoundIsEnabled())
1299
TD
.CBAMatchFound(eventTraceActivity, normalizedVirtualPath);
1303
if (
TD
.ServiceHostFactoryCreationStartIsEnabled())
1305
TD
.ServiceHostFactoryCreationStart(eventTraceActivity);
1351
if (
TD
.ServiceHostFactoryCreationStopIsEnabled())
1353
TD
.ServiceHostFactoryCreationStop(eventTraceActivity);
1368
if (
TD
.CreateServiceHostStartIsEnabled())
1370
TD
.CreateServiceHostStart(eventTraceActivity);
1375
if (
TD
.CreateServiceHostStopIsEnabled())
1377
TD
.CreateServiceHostStop(eventTraceActivity);
1398
if (
TD
.CompilationStopIsEnabled())
1400
TD
.CompilationStop(eventTraceActivity);
TD.Designer.cs (79)
43
resourceManager = new System.Resources.ResourceManager("System.ServiceModel.Activation.TD", typeof(
TD
).Assembly);
68
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(0));
79
if (
TD
.IsEtwEventEnabled(0))
81
TD
.WriteEtwEvent(0, eventTraceActivity, payload.AppDomainFriendlyName);
91
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(1));
102
if (
TD
.IsEtwEventEnabled(1))
104
TD
.WriteEtwEvent(1, eventTraceActivity, payload.AppDomainFriendlyName);
114
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(2));
125
if (
TD
.IsEtwEventEnabled(2))
127
TD
.WriteEtwEvent(2, eventTraceActivity, payload.AppDomainFriendlyName);
137
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(3));
148
if (
TD
.IsEtwEventEnabled(3))
150
TD
.WriteEtwEvent(3, eventTraceActivity, payload.AppDomainFriendlyName);
160
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(4));
171
if (
TD
.IsEtwEventEnabled(4))
173
TD
.WriteEtwEvent(4, eventTraceActivity, payload.AppDomainFriendlyName);
183
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(5));
194
if (
TD
.IsEtwEventEnabled(5))
196
TD
.WriteEtwEvent(5, eventTraceActivity, payload.AppDomainFriendlyName);
206
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(6));
216
if (
TD
.IsEtwEventEnabled(6))
218
TD
.WriteEtwEvent(6, null, payload.AppDomainFriendlyName);
228
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(7));
238
if (
TD
.IsEtwEventEnabled(7))
240
TD
.WriteEtwEvent(7, null, payload.AppDomainFriendlyName);
250
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(8));
264
if (
TD
.IsEtwEventEnabled(8))
266
TD
.WriteEtwTransferEvent(8, eventTraceActivity, relatedActivityId, AppDomainFriendlyName, VirtualPath, payload.AppDomainFriendlyName);
276
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(9));
287
if (
TD
.IsEtwEventEnabled(9))
289
TD
.WriteEtwEvent(9, eventTraceActivity, payload.AppDomainFriendlyName);
300
&& (FxTrace.ShouldTraceVerboseToTraceSource ||
TD
.IsEtwEventEnabled(10)));
312
if (
TD
.IsEtwEventEnabled(10))
314
TD
.WriteEtwEvent(10, eventTraceActivity, IncomingAddress, payload.AppDomainFriendlyName);
319
TD
.WriteTraceSource(10, description, payload);
330
&& (FxTrace.ShouldTraceVerboseToTraceSource ||
TD
.IsEtwEventEnabled(11)));
343
if (
TD
.IsEtwEventEnabled(11))
345
TD
.WriteEtwEvent(11, null, AspNetRoutePrefix, ServiceType, ServiceHostFactoryType, payload.AppDomainFriendlyName);
350
TD
.WriteTraceSource(11, description, payload);
360
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(12));
373
if (
TD
.IsEtwEventEnabled(12))
375
TD
.WriteEtwEvent(12, eventTraceActivity, ServiceTypeName, reference, payload.AppDomainFriendlyName);
385
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(13));
398
if (
TD
.IsEtwEventEnabled(13))
400
TD
.WriteEtwEvent(13, eventTraceActivity, ClosedCount, TotalCount, payload.AppDomainFriendlyName);
411
&& (FxTrace.ShouldTraceVerboseToTraceSource ||
TD
.IsEtwEventEnabled(14)));
423
if (
TD
.IsEtwEventEnabled(14))
425
TD
.WriteEtwEvent(14, null, RelativeAddress, NormalizedAddress, payload.AppDomainFriendlyName);
430
TD
.WriteTraceSource(14, description, payload);
441
&& (FxTrace.ShouldTraceVerboseToTraceSource ||
TD
.IsEtwEventEnabled(15)));
453
if (
TD
.IsEtwEventEnabled(15))
455
TD
.WriteEtwEvent(15, eventTraceActivity, IncomingAddress, payload.AppDomainFriendlyName);
460
TD
.WriteTraceSource(15, description, payload);
470
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(16));
480
if (
TD
.IsEtwEventEnabled(16))
482
TD
.WriteEtwEvent(16, null, payload.AppDomainFriendlyName);
492
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(17));
502
if (
TD
.IsEtwEventEnabled(17))
504
TD
.WriteEtwEvent(17, null, payload.AppDomainFriendlyName);
515
&& (FxTrace.ShouldTraceVerboseToTraceSource ||
TD
.IsEtwEventEnabled(18)));
526
if (
TD
.IsEtwEventEnabled(18))
528
TD
.WriteEtwEvent(18, null, Data, payload.AppDomainFriendlyName);
533
TD
.WriteTraceSource(18, description, payload);
544
&& (FxTrace.ShouldTraceVerboseToTraceSource ||
TD
.IsEtwEventEnabled(19)));
555
if (
TD
.IsEtwEventEnabled(19))
557
TD
.WriteEtwEvent(19, null, Data, payload.AppDomainFriendlyName);
562
TD
.WriteTraceSource(19, description, payload);
572
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(20));
583
if (
TD
.IsEtwEventEnabled(20))
585
TD
.WriteEtwEvent(20, eventTraceActivity, payload.AppDomainFriendlyName);
595
return (FxTrace.ShouldTraceInformation &&
TD
.IsEtwEventEnabled(21));
606
if (
TD
.IsEtwEventEnabled(21))
608
TD
.WriteEtwEvent(21, eventTraceActivity, payload.AppDomainFriendlyName);
618
return (FxTrace.ShouldTraceVerbose &&
TD
.IsEtwEventEnabled(22));
629
if (
TD
.IsEtwEventEnabled(22))
631
TD
.WriteEtwEvent(22, null, availableMemoryBytes, payload.AppDomainFriendlyName);
641
return (FxTrace.ShouldTraceError &&
TD
.IsEtwEventEnabled(23));
653
if (
TD
.IsEtwEventEnabled(23))
655
TD
.WriteEtwEvent(23, null, param0, payload.SerializedException, payload.AppDomainFriendlyName);