2 writes to synchronizingObject
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
1025
this.
synchronizingObject
= (ISynchronizeInvoke)baseComponent;
1033
this.
synchronizingObject
= value;
2 references to synchronizingObject
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
1020
if (this.
synchronizingObject
== null && DesignMode) {
1029
return this.
synchronizingObject
;