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