2 writes to _type
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs (2)
30_type = exception.GetType().ToString(); 70set { _type = value; }
1 reference to _type
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs (1)
69get { return _type; }