2 writes to body
System.ServiceModel (2)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (2)
88body = new DisconnectInfoDC(); 93this.body = new DisconnectInfoDC(reason, referrals);
4 references to body
System.ServiceModel (4)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (4)
98get { return this.body.reason; } 105return this.body.referrals != null ? Array.AsReadOnly<Referral>(this.body.referrals) : null; 111return body != null;