3 writes to String
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryStack.cs (2)
468this.buffer.buffer[this.stack.stackPtr].String = val; 484this.buffer.buffer[++stackPtr].String = val;
System\ServiceModel\Dispatcher\QueryValue.cs (1)
543this.String = val;
4 references to String
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (3)
766string target = context.Values[arg.basePtr].String; 774string target = context.Values[i].String; 861this.Match(valIndex, val.String, results);
System\ServiceModel\Dispatcher\QueryRelOp.cs (1)
327branch = this[val.String];