3 references to attributeIndents
Microsoft.Web.XmlTransform (3)
XmlFormatter.cs (3)
335
attributeIndents
.AddLast(new LinkedListNode<string>(currentAttributeIndent));
344
currentAttributeIndent =
attributeIndents
.Last.Value;
345
attributeIndents
.RemoveLast();