1 write to DetailTypeReference
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
602faultDescription.DetailTypeReference = detailElementTypeRef;
1 reference to DetailTypeReference
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
658CodeTypeReference exceptionTypeReference = fault.DetailType != null ? context.Contract.ServiceContractGenerator.GetCodeTypeReference(fault.DetailType) : fault.DetailTypeReference;