1 write to newValue
System.ServiceModel (1)
System\ServiceModel\Diagnostics\WmiPutTraceRecord.cs (1)
23
this.
newValue
= newValue == null ? SR.GetString(SR.ConfigNull) : newValue.ToString();
1 reference to newValue
System.ServiceModel (1)
System\ServiceModel\Diagnostics\WmiPutTraceRecord.cs (1)
32
xml.WriteElementString("NewValue", this.
newValue
);