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)
1255
command.Parameters.Add(DbResourceAllocator.NewDbParameter("@CallPath",
_callPathKey
));
2533
_callPathKey =
_callPathKey
+ "." + callPath[i];
2538
if (null !=
_callPathKey
)
2539
_callPathKey = SqlEscape(
_callPathKey
.Substring(1));