9 writes to SupportFaults
Contract.Message.IntegrationTests (1)
TestTypes.4.4.0.cs (1)
26[XmlSerializerFormat(SupportFaults = true)]
ScenarioTests.Common.Tests (8)
ServiceInterfaces.cs (8)
129XmlSerializerFormat(SupportFaults = true)] 153[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.Encoded)] 157[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.Encoded)] 161[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.Encoded)] 167[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.Encoded)] 573[XmlSerializerFormat(SupportFaults = true)] 579[XmlSerializerFormat(SupportFaults = true)] 687[OperationContract, XmlSerializerFormat(SupportFaults = true)]
3 references to SupportFaults
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (3)
144if (OperationReflector.Attribute.SupportFaults && !dispatch.IsFaultFormatterSetExplicit) 169if (OperationReflector.Attribute.SupportFaults && !proxy.IsFaultFormatterSetExplicit) 411if (Attribute.SupportFaults)