5 references to Name
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (2)
310string name = qname.Name; 435string name = qname.Name;
System\ServiceModel\Dispatcher\XPathParser.cs (3)
418if (null != (fun = this.functionLibraries[i].Bind(functionName.Name, functionName.Namespace, args))) 435IXsltContextFunction xsltFun = this.context.ResolveFunction(prefix, functionName.Name, argTypes); 987IXsltContextVariable var = this.context.ResolveVariable(prefix, varName.Name);