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