1 write to rootFilter
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
655
XPathQueryMatcher.
rootFilter
= QueryMatcher.CompileForInternalEngine("/", null, QueryCompilerFlags.None, out returnType);
2 references to rootFilter
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
656
XPathQueryMatcher.
rootFilter
.Append(new MatchResultOpcode());
743
this.query = XPathQueryMatcher.
rootFilter
.First;