2 writes to AdministrationQueue
System.Messaging (2)
System\Messaging\Message.cs (2)
356this.filter.AdministrationQueue = true; 362this.filter.AdministrationQueue = false;
5 references to AdministrationQueue
System.Messaging (5)
System\Messaging\Message.cs (5)
330if (!this.filter.AdministrationQueue) 360if (this.filter.AdministrationQueue) 2089if (filter.AdministrationQueue) 2180if (this.filter.AdministrationQueue && this.cachedAdminQueue != null) 2292if (this.filter.AdministrationQueue)