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