2 writes to writingAttribute
System.Transactions (2)
System\Transactions\Trace\PlainXmlWriter.cs (2)
138this.writingAttribute = true; 144this.writingAttribute = false;
3 references to writingAttribute
System.Transactions (3)
System\Transactions\Trace\PlainXmlWriter.cs (3)
133Debug.Assert(!this.writingAttribute); 143Debug.Assert(this.writingAttribute); 184if (this.writingAttribute)