2 writes to meshId
System.ServiceModel (2)
System\ServiceModel\Diagnostics\PeerNodeTraceRecord.cs (2)
31
this.
meshId
= meshId;
37
this.
meshId
= meshId;
2 references to meshId
System.ServiceModel (2)
System\ServiceModel\Diagnostics\PeerNodeTraceRecord.cs (2)
53
if (this.
meshId
!= null)
55
writer.WriteElementString("MeshId", this.
meshId
);