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