1 write to hasDetail
System.ServiceModel (1)
System\ServiceModel\Channels\MessageFault.cs (1)
499this.hasDetail = InferHasDetail(detail);
2 references to hasDetail
System.ServiceModel (2)
System\ServiceModel\Channels\MessageFault.cs (2)
500this.detail = this.hasDetail ? detail : null; 523return hasDetail;