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