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