4 references to Name
System.Private.Xml (4)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
186
if (((QilInvokeEarlyBound)node).
Name
.NamespaceUri.Length != 0)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3609
QilName ndName = ndInvoke.
Name
;
System\Xml\Xsl\QIL\QilTypeChecker.cs (2)
948
XmlExtensionFunction extFunc = new XmlExtensionFunction(node.
Name
.LocalName, node.
Name
.NamespaceUri, node.ClrMethod);