5 references to Namespace
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (2)
302
string ns = qname.
Namespace
;
431
string ns = qname.
Namespace
;
System\ServiceModel\Dispatcher\XPathParser.cs (3)
418
if (null != (fun = this.functionLibraries[i].Bind(functionName.Name, functionName.
Namespace
, args)))
434
string prefix = this.context.LookupPrefix(functionName.
Namespace
);
985
string prefix = this.context.LookupPrefix(varName.
Namespace
);