1 instantiation of ContractMapping
System.Web.Extensions (1)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
1070o = new global::System.Web.Compilation.WCFModel.ContractMapping();
17 references to ContractMapping
System.Web.Extensions (17)
Compilation\WCFModel\ClientOptions.cs (4)
40private List<ContractMapping> m_ServiceContractMappingList; 420[XmlSerialization.XmlArrayItem("ServiceContractMapping", typeof(ContractMapping))] 421public List<ContractMapping> ServiceContractMappingList 427m_ServiceContractMappingList = new List<ContractMapping>();
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
554foreach (ContractMapping mapping in proxyOptions.ServiceContractMappingList)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (12)
251global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping>)o.@ServiceContractMappingList); 255Write8_ContractMapping(@"ServiceContractMapping", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.ContractMapping)a[ia]), true, false); 263void Write8_ContractMapping(string n, string ns, global::System.Web.Compilation.WCFModel.ContractMapping o, bool isNullable, bool needType) { 270if (t == typeof(global::System.Web.Compilation.WCFModel.ContractMapping)) { 780global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping> a_16 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping>)o.@ServiceContractMappingList; 1016global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping> a_16_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ContractMapping>)o.@ServiceContractMappingList; 1058global::System.Web.Compilation.WCFModel.ContractMapping Read8_ContractMapping(bool isNullable, bool checkType) { 1069global::System.Web.Compilation.WCFModel.ContractMapping o;