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;
518
return
_hasDetail
;