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