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