14 writes to flags
System.ServiceModel (14)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (1)
24
this.
flags
|= OpcodeFlags.Fx;
System\ServiceModel\Dispatcher\QueryBranchOp.cs (3)
17
this.
flags
|= OpcodeFlags.Jump;
660
this.
flags
|= OpcodeFlags.Branch;
1240
this.
flags
|= OpcodeFlags.Branch;
System\ServiceModel\Dispatcher\QueryCoreOp.cs (3)
139
this.
flags
|= OpcodeFlags.Literal;
178
this.
flags
|= OpcodeFlags.Literal;
217
this.
flags
|= OpcodeFlags.Literal;
System\ServiceModel\Dispatcher\QueryOpcode.cs (2)
115
this.
flags
= OpcodeFlags.Single;
129
this.
flags
= value;
System\ServiceModel\Dispatcher\QueryRelOp.cs (1)
79
this.
flags
|= OpcodeFlags.Literal;
System\ServiceModel\Dispatcher\QueryResultOp.cs (2)
15
this.
flags
|= OpcodeFlags.Result;
113
this.
flags
|= OpcodeFlags.Multiple;
System\ServiceModel\Dispatcher\QuerySelectOp.cs (2)
466
this.
flags
|= (flags | OpcodeFlags.Select);
469
this.
flags
|= OpcodeFlags.CompressableSelect;
4 references to flags
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryOpcode.cs (3)
125
return this.
flags
;
230
return ((this.
flags
& (OpcodeFlags.Result | OpcodeFlags.Multiple)) ==
370
return (0 != (this.
flags
& flag));
System\ServiceModel\Dispatcher\QuerySelectOp.cs (1)
467
if (criteria.IsCompressable && (0 == (this.
flags
& OpcodeFlags.InitialSelect)))