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