4 writes to currentAttributeIndent
Microsoft.Web.XmlTransform (4)
XmlFormatter.cs (4)
83
currentAttributeIndent
= ComputeCurrentAttributeIndent();
320
currentAttributeIndent
= null;
336
currentAttributeIndent
= null;
344
currentAttributeIndent
= attributeIndents.Last.Value;
3 references to currentAttributeIndent
Microsoft.Web.XmlTransform (3)
XmlFormatter.cs (3)
82
if (
currentAttributeIndent
== null) {
85
return
currentAttributeIndent
;
335
attributeIndents.AddLast(new LinkedListNode<string>(
currentAttributeIndent
));