2 writes to body
System.ServiceModel (2)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (2)
314this.body = new UtilityInfoDC(); 319this.body = new UtilityInfoDC(useful, total);
3 references to body
System.ServiceModel (3)
System\ServiceModel\Channels\PeerServiceMessageContracts.cs (3)
327get { return body.useful; } 332get { return body.total; } 337return body != null;