1 write to DetailType
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1134
fault.
DetailType
= attr.DetailType;
9 references to DetailType
System.ServiceModel.Primitives (9)
System\ServiceModel\Description\DispatcherBuilder.cs (2)
138
child.FaultContractInfos.Add(new FaultContractInfo(fault.Action, fault.
DetailType
, fault.ElementName, fault.Namespace, operation.KnownTypes));
165
child.FaultContractInfos.Add(new FaultContractInfo(fault.Action, fault.
DetailType
, fault.ElementName, fault.Namespace, operation.KnownTypes));
System\ServiceModel\Description\TypeLoader.cs (3)
1103
if (XmlName.IsNullOrEmpty(existingFault.ElementName) && XmlName.IsNullOrEmpty(fault.ElementName) && existingFault.
DetailType
== fault.
DetailType
)
1106
SRP.Format(SRP.SFxFaultContractDuplicateDetailType, operationName, fault.
DetailType
)));
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (4)
424
FaultContractInfo faultContractInfo = new FaultContractInfo(fault.Action, fault.
DetailType
, fault.ElementName, fault.Namespace, Operation.KnownTypes);
687
XmlTypeMapping mapping = _parent._importer.ImportTypeMapping(fault.
DetailType
, IsEncoded);
692
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxFaultTypeAnonymous, Operation.Name, fault.
DetailType
.FullName)));
698
members[0] = XmlSerializerHelper.GetXmlReflectionMember(null /*memberName*/, faultElementName, faultNamespace, fault.
DetailType
,