2 writes to _tmpInternalId
System.Workflow.Runtime (2)
Tracking\SqlTrackingService.cs (2)
1116
_tmpInternalId
= -1;
1224
_tmpInternalId
= reader.GetInt64(0);
4 references to _tmpInternalId
System.Workflow.Runtime (4)
Tracking\SqlTrackingService.cs (4)
977
internalId =
_tmpInternalId
;
1122
if (-1 == _internalId &&
_tmpInternalId
> 0)
1123
_internalId =
_tmpInternalId
;
1226
return
_tmpInternalId
;