1 instantiation of Parameter
System.Web.Extensions (1)
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (1)
427
o = new global::System.Web.Compilation.WCFModel.
Parameter
();
17 references to Parameter
System.Web.Extensions (17)
Compilation\WCFModel\DataSvcMapFile.cs (5)
84
public List<
Parameter
> Parameters
107
private List<
Parameter
> _parameters;
173
[XmlArrayItem("Parameter", typeof(
Parameter
))]
174
public List<
Parameter
> Parameters
180
_parameters = new List<
Parameter
>();
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (12)
72
global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
Parameter
> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
Parameter
>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
Parameter
>)o.@Parameters);
76
Write7_Parameter(@"Parameter", @"urn:schemas-microsoft-com:xml-dataservicemap", ((global::System.Web.Compilation.WCFModel.
Parameter
)a[ia]), true, false);
84
void Write7_Parameter(string n, string ns, global::System.Web.Compilation.WCFModel.
Parameter
o, bool isNullable, bool needType) {
91
if (t == typeof(global::System.Web.Compilation.WCFModel.
Parameter
)) {
236
global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
Parameter
> a_3 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
Parameter
>)o.@Parameters;
368
global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
Parameter
> a_3_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
Parameter
>)o.@Parameters;
415
global::System.Web.Compilation.WCFModel.
Parameter
Read7_Parameter(bool isNullable, bool checkType) {
426
global::System.Web.Compilation.WCFModel.
Parameter
o;