5 references to USE_TRACING
System.Messaging (5)
System\Messaging\Message.cs (1)
244if (0 != (data & MessagePropertyFilter.USE_TRACING))
System\Messaging\MessagePropertyFilter.cs (4)
1052return ((data2 & USE_TRACING) != 0); 1057data2 = value ? data2 | USE_TRACING : data2 & ~USE_TRACING; 1149USE_TRACING |