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)
977internalId = _tmpInternalId; 1122if (-1 == _internalId && _tmpInternalId > 0) 1123_internalId = _tmpInternalId; 1226return _tmpInternalId;