2 writes to _message
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs (2)
28_message = exception.Message; 56set { _message = value; }
1 reference to _message
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs (1)
55get { return _message; }