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