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