6 references to Prefix
System.Xml (6)
System\Xml\XPath\Internal\BaseAxisQuery.cs (2)
124w.WriteAttributeString("name", Prefix.Length != 0 ? Prefix + ':' + Name : Name);
System\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
57w.WriteAttributeString("name", Prefix.Length != 0 ? Prefix + ':' + Name : Name);
System\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
64w.WriteAttributeString("name", Prefix.Length != 0 ? Prefix + ':' + Name : Name);