8 writes to jobId
ReachFramework (8)
PrintSystemExceptions\PrintSystemException.cs (8)
832
this.
jobId
= 0;
848
this.
jobId
= 0;
869
this.
jobId
= 0;
950
this.
jobId
= 0;
984
this.
jobId
= jobId;
1020
this.
jobId
= jobId;
1042
this.
jobId
= 0;
1058
this.
jobId
= (int)(info.GetValue("JobId", typeof(int)));
2 references to jobId
ReachFramework (2)
PrintSystemExceptions\PrintSystemException.cs (2)
883
return
jobId
;
930
info?.AddValue("JobId",
jobId
);