2 writes to writingAttribute
SMDiagnostics (2)
System\ServiceModel\Diagnostics\PlainXmlWriter.cs (2)
121this.writingAttribute = true; 134this.writingAttribute = false;
5 references to writingAttribute
SMDiagnostics (5)
System\ServiceModel\Diagnostics\PlainXmlWriter.cs (5)
110Fx.Assert(!this.writingAttribute, ""); 112if (this.writingAttribute) 127Fx.Assert(this.writingAttribute, ""); 129if (!this.writingAttribute) 170if (this.writingAttribute)