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