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