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