1 write to _hasDetail
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (1)
494_hasDetail = InferHasDetail(detail);
2 references to _hasDetail
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
495_detail = _hasDetail ? detail : null; 518return _hasDetail;