2 writes to _parentCallPathKey
System.Workflow.Runtime (2)
Tracking\SqlTrackingService.cs (2)
2535
_parentCallPathKey
= _parentCallPathKey + "." + callPath[i];
2542
_parentCallPathKey
= SqlEscape(_parentCallPathKey.Substring(1));
3 references to _parentCallPathKey
System.Workflow.Runtime (3)
Tracking\SqlTrackingService.cs (3)
2535
_parentCallPathKey =
_parentCallPathKey
+ "." + callPath[i];
2541
if (null !=
_parentCallPathKey
)
2542
_parentCallPathKey = SqlEscape(
_parentCallPathKey
.Substring(1));