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