5 writes to Flags
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (4)
1292literal.Flags |= OpcodeFlags.InConditional; 1334branch.Flags |= OpcodeFlags.NoContextCopy; 1347next.Flags |= OpcodeFlags.NoContextCopy; 1548branch.Branch.Flags &= (~OpcodeFlags.NoContextCopy);
System\ServiceModel\Dispatcher\QueryOpcode.cs (1)
345opcode.Flags |= OpcodeFlags.Deleted;
4 references to Flags
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
742if (0 != (branch.Flags & OpcodeFlags.Fx))
System\ServiceModel\Dispatcher\QuerySelectOp.cs (3)
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))