3 references to InverseQuery
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
892
codeBlock.Append(QueryMatcher.CompileForInternalEngine(expression, names, QueryCompilerFlags.
InverseQuery
, out returnType));
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
429
if (0 != (this.compiler.flags & QueryCompilerFlags.
InverseQuery
))
573
if (0 != (this.compiler.flags & QueryCompilerFlags.
InverseQuery
))