1 write to
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryOpcode.cs (1)
503this.opcodes[index] = value;
16 references to
System.ServiceModel (16)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
955return this.results[index];
System\ServiceModel\Dispatcher\QueryOpcode.cs (1)
499return this.opcodes[index];
System\ServiceModel\Dispatcher\QueryResultOp.cs (3)
139XPathMessageFilter filter = this.results[i] as XPathMessageFilter; 225context.Processor.ResultSet.Add(new KeyValuePair<MessageQuery, XPathResult>((MessageQuery)this.results[i], result.Copy())); 265matches.Add((MessageFilter)this.results[i]);
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
701Fx.Assert(this.dom.nodes.IsValidIndex(pos) && null != this.dom.nodes[pos], ""); 702return this.dom.nodes[pos];
System\ServiceModel\Dispatcher\QueryStack.cs (2)
277Fx.Assert(this.buffer[i].IsType(ValueDataType.Sequence), ""); 278count += this.buffer[i].NodeCount;
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (7)
40this.lastOpcode = this.diverger.TreePath[this.diverger.TreePath.Count - 1]; 52this.diverger.TreePath[this.diverger.TreePath.Count - 1].Attach(this.diverger.InsertOpcode); 99if (insertPath[i].TestFlag(OpcodeFlags.Jump)) 101Fx.Assert(treePath[i].ID == insertPath[i].ID, ""); 102JumpOpcode insertJump = (JumpOpcode) insertPath[i]; 121JumpOpcode treeJump = (JumpOpcode) treePath[i];