7 writes to query
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryMatcher.cs (7)
281this.query = null; 720this.query = op; 730this.query = null; 738this.query = XPathQueryMatcher.matchAlwaysFilter; 743this.query = XPathQueryMatcher.rootFilter.First; 761this.query = codeBlock.First; 926this.query = builder.Build(this.query, codeBlock);
19 references to query
System.ServiceModel (19)
System\ServiceModel\Dispatcher\QueryMatcher.cs (19)
298return (null != this.query); 319return this.query; 525processor.Eval(this.query, message, matchBody); 529throw TraceUtility.ThrowHelperError(e.Process(this.query), message); 533throw TraceUtility.ThrowHelperError(e.Process(this.query), message); 567processor.Eval(this.query, navigator); 571throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this.query)); 575throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this.query)); 626if (this.query != null) 628this.query.Trim(); 696if (null == this.query) 706if (null == this.query) 814Fx.Assert(null != this.query, ""); 845Fx.Assert(null != this.query && OpcodeID.MatchSingleFx == this.query.ID, ""); 848return ((MatchSingleFxEngineResultOpcode)this.query).Match(navigator); 852throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this.query)); 856throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this.query)); 926this.query = builder.Build(this.query, codeBlock);