2 writes to Result
System.ServiceModel (2)
System\ServiceModel\PeerResolvers\RefreshResponseInfo.cs (2)
26this.Result = result; 61set { this.body.Result = value; }
1 reference to Result
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\RefreshResponseInfo.cs (1)
60get { return body.Result; }