1 write to collectionName
System.ServiceModel (1)
System\ServiceModel\Diagnostics\CollectionTraceRecord.cs (1)
20
this.
collectionName
= String.IsNullOrEmpty(collectionName) ? "Elements" : collectionName;
1 reference to collectionName
System.ServiceModel (1)
System\ServiceModel\Diagnostics\CollectionTraceRecord.cs (1)
31
xml.WriteStartElement(this.
collectionName
);