10 references to QueryCompilerFlags
System.ServiceModel (10)
System\ServiceModel\Dispatcher\QueryMatcher.cs (6)
396internal static OpcodeBlock CompileForInternalEngine(XPathMessageFilter filter, QueryCompilerFlags flags, IFunctionLibrary[] functionLibs, out ValueDataType returnType) 401internal static OpcodeBlock CompileForInternalEngine(string xpath, XmlNamespaceManager nsManager, QueryCompilerFlags flags, IFunctionLibrary[] functionLibs, out ValueDataType returnType) 435internal static OpcodeBlock CompileForInternalEngine(string xpath, XmlNamespaceManager ns, QueryCompilerFlags flags, out ValueDataType returnType) 655XPathQueryMatcher.rootFilter = QueryMatcher.CompileForInternalEngine("/", null, QueryCompilerFlags.None, out returnType); 749OpcodeBlock codeBlock = QueryMatcher.CompileForInternalEngine(xpath, names, QueryCompilerFlags.None, out returnType); 892codeBlock.Append(QueryMatcher.CompileForInternalEngine(expression, names, QueryCompilerFlags.InverseQuery, out returnType));
System\ServiceModel\Dispatcher\XPathCompiler.cs (4)
12QueryCompilerFlags flags; 31internal XPathCompiler(QueryCompilerFlags flags) 429if (0 != (this.compiler.flags & QueryCompilerFlags.InverseQuery)) 573if (0 != (this.compiler.flags & QueryCompilerFlags.InverseQuery))