10 references to XmlName
Microsoft.DotNet.XliffTasks (10)
Model\XamlRuleDocument.cs (10)
71if ((descendentDisplayName is null && XmlName(attribute) == "DisplayName") 72|| (descendentDescription is null && XmlName(attribute) == "Description")) 77note: GetComment(element, XmlName(attribute)), 80else if (AttributedName(element) == "SearchTerms" && (XmlName(attribute) == "Value" || element.Elements(XName.Get($"{element.Name.LocalName}.Value", element.Name.NamespaceName)).FirstOrDefault() is { })) 82if (XmlName(attribute) == "Value") 87note: GetComment(element, XmlName(attribute)), 96note: GetComment(descendentValue, XmlName(attribute)), 113note: GetComment(element, XmlName(attribute)), 165idBuilder.Append($"|{XmlName(attribute)}"); 208private static string XmlName(XObject container) => container is XElement element ? XmlName(element) : XmlName((XAttribute)container);