10 references to XmlName
Microsoft.DotNet.XliffTasks (10)
Model\XamlRuleDocument.cs (10)
73if ((descendentDisplayName is null && XmlName(attribute) == "DisplayName") 74|| (descendentDescription is null && XmlName(attribute) == "Description")) 79note: GetComment(element, XmlName(attribute)), 82else if (AttributedName(element) == "SearchTerms" && (XmlName(attribute) == "Value" || element.Elements(XName.Get($"{element.Name.LocalName}.Value", element.Name.NamespaceName)).FirstOrDefault() is { })) 84if (XmlName(attribute) == "Value") 89note: GetComment(element, XmlName(attribute)), 98note: GetComment(descendentValue, XmlName(attribute)), 115note: GetComment(element, XmlName(attribute)), 167idBuilder.Append($"|{XmlName(attribute)}"); 210private static string XmlName(XObject container) => container is XElement element ? XmlName(element) : XmlName((XAttribute)container);