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