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