1 write to @UseSerializerForFaults
System.Web.Extensions (1)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
938o.@UseSerializerForFaults = System.Xml.XmlConvert.ToBoolean(Reader.ReadElementString());
2 references to @UseSerializerForFaults
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1317faultOptions.UseMessageFormat = svcMapFile.ClientOptions.UseSerializerForFaults;
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
224WriteElementStringRaw(@"UseSerializerForFaults", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@UseSerializerForFaults)));