1 instantiation of ReferencedType
System.Web.Extensions (1)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
1124o = new global::System.Web.Compilation.WCFModel.ReferencedType();
32 references to ReferencedType
System.Web.Extensions (32)
Compilation\WCFModel\ClientOptions.cs (8)
29private List<ReferencedType> m_ExcludedTypeList; 39private List<ReferencedType> m_ReferencedDataContractTypeList; 135[XmlSerialization.XmlArrayItem("ExcludedType", typeof(ReferencedType))] 136public List<ReferencedType> ExcludedTypeList 142m_ExcludedTypeList = new List<ReferencedType>(); 401[XmlSerialization.XmlArrayItem("ReferencedDataContractType", typeof(ReferencedType))] 402public List<ReferencedType> ReferencedDataContractTypeList 408m_ReferencedDataContractTypeList = new List<ReferencedType>();
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (4)
840Dictionary<Type, ReferencedType> sharedTypeTable = new Dictionary<Type, ReferencedType>(); 890foreach (ReferencedType referencedType in proxyOptions.ReferencedDataContractTypeList) 920foreach (ReferencedType excludedType in proxyOptions.ExcludedTypeList)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (20)
189global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ExcludedTypeList); 193Write2_ReferencedType(@"ExcludedType", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.ReferencedType)a[ia]), true, false); 241global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ReferencedDataContractTypeList); 245Write2_ReferencedType(@"ReferencedDataContractType", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.ReferencedType)a[ia]), true, false); 284void Write2_ReferencedType(string n, string ns, global::System.Web.Compilation.WCFModel.ReferencedType o, bool isNullable, bool needType) { 291if (t == typeof(global::System.Web.Compilation.WCFModel.ReferencedType)) { 775global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a_3 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ExcludedTypeList; 779global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a_15 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ReferencedDataContractTypeList; 818global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a_3_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ExcludedTypeList; 986global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType> a_15_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.ReferencedType>)o.@ReferencedDataContractTypeList; 1112global::System.Web.Compilation.WCFModel.ReferencedType Read2_ReferencedType(bool isNullable, bool checkType) { 1123global::System.Web.Compilation.WCFModel.ReferencedType o;