2 writes to processor
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
31
this.
processor
= processor;
37
this.
processor
= null;
3 references to processor
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryMatcher.cs (3)
32
this.result = this.
processor
.Result;
54
return this.
processor
;
68
Collection<MessageFilter> matches =
processor
.MatchList;