8 writes to jobId
ReachFramework (8)
PrintSystemExceptions\PrintSystemException.cs (8)
828
this.
jobId
= 0;
844
this.
jobId
= 0;
865
this.
jobId
= 0;
946
this.
jobId
= 0;
980
this.
jobId
= jobId;
1016
this.
jobId
= jobId;
1038
this.
jobId
= 0;
1054
this.
jobId
= (int)(info.GetValue("JobId", typeof(int)));
2 references to jobId
ReachFramework (2)
PrintSystemExceptions\PrintSystemException.cs (2)
879
return
jobId
;
926
info?.AddValue("JobId",
jobId
);