3 references to GetPrefixOfNamespace
System.Private.Xml.Linq (3)
System\Xml\Linq\XAttribute.cs (1)
218
w.WriteAttributeString(
GetPrefixOfNamespace
(name.Namespace), name.LocalName, name.NamespaceName, value);
System\Xml\Linq\XNodeReader.cs (1)
332
string? prefix = a.
GetPrefixOfNamespace
(a.Name.Namespace);
System\Xml\XPath\XNodeNavigator.cs (1)
249
string? prefix = a.
GetPrefixOfNamespace
(a.Name.Namespace);