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