2 writes to CreatedBefore
System.Messaging (2)
System\Messaging\MessageQueueCriteria.cs (2)
95
this.filter.
CreatedBefore
= true;
324
this.
CreatedBefore
= false;
4 references to CreatedBefore
System.Messaging (4)
System\Messaging\MessageQueueCriteria.cs (4)
63
if (this.filter.
CreatedBefore
&& this.createdAfter > this.createdBefore)
80
if (!this.filter.
CreatedBefore
)
241
if (this.filter.
CreatedBefore
)
255
if (this.filter.
CreatedBefore
)