5 references to ServiceContractMappingList
System.Web.Extensions (5)
Compilation\WCFBuildProvider.cs (1)
349
if (mapFile.MetadataList.Count > 0 && mapFile.ClientOptions.
ServiceContractMappingList
.Count == 0)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
554
foreach (ContractMapping mapping in proxyOptions.
ServiceContractMappingList
)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (3)
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
);
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
;