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