2 writes to synchronizingObject
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
1247
this.
synchronizingObject
= (ISynchronizeInvoke)baseComponent;
1256
this.
synchronizingObject
= value;
2 references to synchronizingObject
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
1240
if (this.
synchronizingObject
== null && DesignMode)
1251
return this.
synchronizingObject
;