1 write to context
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
1193
this.
context
= context;
5 references to context
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryNode.cs (5)
1196
this.
context
.Processor.AddRef();
1201
return new SafeNodeSequenceIterator(this.seq, this.
context
);
1208
QueryProcessor processor = this.
context
.Processor;
1209
this.
context
.ReleaseSequence(this.seq);
1210
this.
context
.Processor.Matcher.ReleaseProcessor(processor);