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]; 2541if (null != _parentCallPathKey) 2542_parentCallPathKey = SqlEscape(_parentCallPathKey.Substring(1));