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