3 references to AttributeName
Microsoft.Web.Xdt.Extensions (3)
InsertOrAppendAttribute.cs (3)
94
if (string.Equals(att.Name,
AttributeName
, StringComparison.OrdinalIgnoreCase))
111
if (string.Equals(att.Name,
AttributeName
, StringComparison.OrdinalIgnoreCase))
134
var attribute = targetNode.OwnerDocument.CreateAttribute(
AttributeName
);