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