4 writes to type
System.ServiceModel (4)
System\ServiceModel\Diagnostics\MessageLogTraceRecord.cs (4)
55this.type = null; 62this.type = null; 69this.type = null; 112this.type = message.GetType();
2 references to type
System.ServiceModel (2)
System\ServiceModel\Diagnostics\MessageLogTraceRecord.cs (2)
139if (null != this.type) 144dictionaryWriter.WriteAttributeString(MessageLogTraceRecord.TypeElementName, this.type.ToString());