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