2 instantiations of MetadataSource
System.Web.Extensions (2)
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (1)
613o = new global::System.Web.Compilation.WCFModel.MetadataSource();
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
720o = new global::System.Web.Compilation.WCFModel.MetadataSource();
35 references to MetadataSource
System.Web.Extensions (35)
Compilation\WCFModel\DataSvcMapFile.cs (5)
60public override List<MetadataSource> MetadataSourceList 104private List<MetadataSource> _metadataSourceList; 131[XmlArrayItem("MetadataSource", typeof(MetadataSource))] 132public List<MetadataSource> MetadataSourceList 138_metadataSourceList = new List<MetadataSource>();
Compilation\WCFModel\MapFile.cs (1)
50public abstract List<MetadataSource> MetadataSourceList { get; }
Compilation\WCFModel\SvcMapFile.cs (5)
60public override List<MetadataSource> MetadataSourceList 105private List<MetadataSource> _metadataSourceList; 152[XmlArrayItem("MetadataSource", typeof(MetadataSource))] 153public List<MetadataSource> MetadataSourceList 159_metadataSourceList = new List<MetadataSource>();
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (12)
42global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList); 46Write2_MetadataSource(@"MetadataSource", @"urn:schemas-microsoft-com:xml-dataservicemap", ((global::System.Web.Compilation.WCFModel.MetadataSource)a[ia]), true, false); 176void Write2_MetadataSource(string n, string ns, global::System.Web.Compilation.WCFModel.MetadataSource o, bool isNullable, bool needType) { 183if (t == typeof(global::System.Web.Compilation.WCFModel.MetadataSource)) { 233global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList; 263global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a_0_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList; 601global::System.Web.Compilation.WCFModel.MetadataSource Read2_MetadataSource(bool isNullable, bool checkType) { 612global::System.Web.Compilation.WCFModel.MetadataSource o;
Compilation\XmlSerializer\SvcMapFileSerializer.cs (12)
43global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList); 47Write10_MetadataSource(@"MetadataSource", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.MetadataSource)a[ia]), true, false); 147void Write10_MetadataSource(string n, string ns, global::System.Web.Compilation.WCFModel.MetadataSource o, bool isNullable, bool needType) { 154if (t == typeof(global::System.Web.Compilation.WCFModel.MetadataSource)) { 420global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a_1 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList; 455global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource> a_1_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.MetadataSource>)o.@MetadataSourceList; 708global::System.Web.Compilation.WCFModel.MetadataSource Read10_MetadataSource(bool isNullable, bool checkType) { 719global::System.Web.Compilation.WCFModel.MetadataSource o;