10 writes to Boolean
System.ServiceModel (10)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (4)
221
values[maskIndex].
Boolean
= boolResult;
1090
newContext.Values[newContext.TopArg[result.ValIndex]].
Boolean
= true;
1096
newContext.Values[newContext.TopArg[result.ValIndex]].
Boolean
= true;
1183
context.Values[context.TopArg[result.ValIndex]].
Boolean
= true;
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (2)
767
context.Values[arg.basePtr].
Boolean
= target.StartsWith(this.literal, StringComparison.Ordinal);
775
context.Values[i].
Boolean
= target.StartsWith(this.literal, StringComparison.Ordinal);
System\ServiceModel\Dispatcher\QuerySetOp.cs (1)
26
context.Values[ordinalIndex].
Boolean
= (sequence[item].Position == context.Values[ordinalIndex].Double);
System\ServiceModel\Dispatcher\QueryStack.cs (2)
498
this.buffer.buffer[this.stack.stackPtr].
Boolean
= val;
516
this.buffer.buffer[++stackPtr].
Boolean
= val;
System\ServiceModel\Dispatcher\QueryValue.cs (1)
525
this.
Boolean
= val;
5 references to Boolean
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (4)
162
if (this.test == context.Values[i].
Boolean
)
214
if (this.test == values[maskIndex].
Boolean
)
216
bool boolResult = values[resultIndex].
Boolean
;
278
if (this.test == values[i].
Boolean
)
System\ServiceModel\Dispatcher\QuerySetOp.cs (1)
110
if (context.Values[resultIndex].
Boolean
)