4 references to CompressableSelect
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (4)
469
this.flags |= OpcodeFlags.
CompressableSelect
;
547
if (this.next == null || 0 == (this.next.Flags & OpcodeFlags.
CompressableSelect
))
632
if (this.next != null && 0 != (this.next.Flags & OpcodeFlags.
CompressableSelect
))
637
while (returnOpcode != null && 0 != (returnOpcode.Flags & OpcodeFlags.
CompressableSelect
))