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