2 writes to _callPathKey
System.Workflow.Runtime (2)
Tracking\SqlTrackingService.cs (2)
2533_callPathKey = _callPathKey + "." + callPath[i]; 2539_callPathKey = SqlEscape(_callPathKey.Substring(1));
4 references to _callPathKey
System.Workflow.Runtime (4)
Tracking\SqlTrackingService.cs (4)
1255command.Parameters.Add(DbResourceAllocator.NewDbParameter("@CallPath", _callPathKey)); 2533_callPathKey = _callPathKey + "." + callPath[i]; 2538if (null != _callPathKey) 2539_callPathKey = SqlEscape(_callPathKey.Substring(1));