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