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