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