1 write to Action
System.Workflow.Runtime (1)
PerformanceCounterManager.cs (1)
449
this.
Action
= action;
3 references to Action
System.Workflow.Runtime (3)
PerformanceCounterManager.cs (3)
260
if (!actionStatements.ContainsKey(currentMapping.
Action
))
262
actionStatements.Add(currentMapping.
Action
, new List<PerformanceCounterStatement>());
264
List<PerformanceCounterStatement> lStatements = actionStatements[currentMapping.
Action
];