Home
last modified time | relevance | path

Searched refs:performanceCountersEnabled (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/
H A DWorkflowOperationContext.cs56 bool performanceCountersEnabled; field in System.ServiceModel.Activities.WorkflowOperationContext
70 bool performanceCountersEnabled, bool propagateActivity, Transaction currentTransaction, in WorkflowOperationContext() argument
80 this.performanceCountersEnabled = performanceCountersEnabled; in WorkflowOperationContext()
201 …object[] inputs, bool performanceCountersEnabled, bool propagateActivity, Transaction currentTrans… in BeginProcessRequest() argument
205 …n new WorkflowOperationContext(inputs, operationContext, operationName, performanceCountersEnabled, in BeginProcessRequest()
443 if (PartialTrustHelpers.AppDomainFullyTrusted && this.performanceCountersEnabled) in TrackMethodCalled()
474 if (this.performanceCountersEnabled) in TrackMethodFaulted()
494 if (this.performanceCountersEnabled) in TrackMethodFailed()
520 …if (PartialTrustHelpers.AppDomainFullyTrusted && this.performanceCountersEnabled && (this.beginTim… in GetDuration()
531 if (this.performanceCountersEnabled) in TrackMethodSucceeded()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Description/
H A DWorkflowOperationBehavior.cs127 bool performanceCountersEnabled; field in System.ServiceModel.Activities.Description.WorkflowOperationBehavior.WorkflowOperationInvoker
143 this.performanceCountersEnabled = PerformanceCounters.PerformanceCountersEnabled; in WorkflowOperationInvoker()
169 …this.performanceCountersEnabled, this.propagateActivity, currentTransaction, notification, this.be… in OnBeginServiceOperation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Configuration/
H A DSettingsSection.cs169 this.performanceCountersEnabled = section.PerformanceCounters.Enabled; in SettingsSectionInternal()
305 get { return this.performanceCountersEnabled; }
347 bool performanceCountersEnabled; field in System.Net.Configuration.SettingsSectionInternal
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Diagnostics/
H A DPerformanceCounters.cs341 bool performanceCountersEnabled = PerformanceCounters.PerformanceCountersEnabled; in AddPerformanceCountersForEndpoint()
344 if (performanceCountersEnabled || minimalPerformanceCountersEnabled) in AddPerformanceCountersForEndpoint()
382 if (performanceCountersEnabled) in AddPerformanceCountersForEndpoint()