6 references to Prefix
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (2)
145
w.WriteAttributeString("name",
Prefix
.Length != 0 ?
Prefix
+ ':' + Name : Name);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (2)
69
w.WriteAttributeString("name",
Prefix
.Length != 0 ?
Prefix
+ ':' + Name : Name);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
77
w.WriteAttributeString("name",
Prefix
.Length != 0 ?
Prefix
+ ':' + Name : Name);