1 instantiation of PerformanceCounterStatement
System.Workflow.Runtime (1)
PerformanceCounterManager.cs (1)
265
PerformanceCounterStatement newStatement = new
PerformanceCounterStatement
(CreateCounters(currentData.Name), currentMapping.Operation);
9 references to PerformanceCounterStatement
System.Workflow.Runtime (9)
PerformanceCounterManager.cs (9)
206
private Dictionary<PerformanceCounterAction, List<
PerformanceCounterStatement
>> m_actionStatements;
250
Dictionary<PerformanceCounterAction, List<
PerformanceCounterStatement
>> actionStatements = new Dictionary<PerformanceCounterAction, List<
PerformanceCounterStatement
>>();
262
actionStatements.Add(currentMapping.Action, new List<
PerformanceCounterStatement
>());
264
List<
PerformanceCounterStatement
> lStatements = actionStatements[currentMapping.Action];
265
PerformanceCounterStatement
newStatement = new PerformanceCounterStatement(CreateCounters(currentData.Name), currentMapping.Operation);
278
List<
PerformanceCounterStatement
> lStatements;
282
foreach (
PerformanceCounterStatement
statement in lStatements)
313
private void NotifyCounter(PerformanceCounterAction action,
PerformanceCounterStatement
statement, WorkflowExecutor executor)