1 write to attemptedState
System.ServiceModel (1)
System\ServiceModel\Diagnostics\PeerNodeTraceRecord.cs (1)
93
this.
attemptedState
= attemptedState;
2 references to attemptedState
System.ServiceModel (2)
System\ServiceModel\Diagnostics\PeerNodeTraceRecord.cs (2)
132
if (this.
attemptedState
!= null)
134
writer.WriteElementString("AttemptedState", this.
attemptedState
);