2 writes to _helpLink
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs (2)
27
_helpLink
= exception.HelpLink;
42
set {
_helpLink
= value; }
1 reference to _helpLink
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs (1)
41
get { return
_helpLink
; }