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