1 instantiation of ReferencedAssembly
System.Web.Extensions (1)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
1170
o = new global::System.Web.Compilation.WCFModel.
ReferencedAssembly
();
17 references to ReferencedAssembly
System.Web.Extensions (17)
Compilation\WCFModel\ClientOptions.cs (4)
38
private List<
ReferencedAssembly
> m_ReferencedAssemblyList;
382
[XmlSerialization.XmlArrayItem("ReferencedAssembly", typeof(
ReferencedAssembly
))]
383
public List<
ReferencedAssembly
> ReferencedAssemblyList
389
m_ReferencedAssemblyList = new List<
ReferencedAssembly
>();
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1159
foreach (
ReferencedAssembly
referencedAssembly in proxyOptions.ReferencedAssemblyList)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (12)
231
global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedAssembly
> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedAssembly
>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedAssembly
>)o.@ReferencedAssemblyList);
235
Write7_ReferencedAssembly(@"ReferencedAssembly", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.
ReferencedAssembly
)a[ia]), true, false);
303
void Write7_ReferencedAssembly(string n, string ns, global::System.Web.Compilation.WCFModel.
ReferencedAssembly
o, bool isNullable, bool needType) {
310
if (t == typeof(global::System.Web.Compilation.WCFModel.
ReferencedAssembly
)) {
778
global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedAssembly
> a_14 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedAssembly
>)o.@ReferencedAssemblyList;
956
global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedAssembly
> a_14_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedAssembly
>)o.@ReferencedAssemblyList;
1158
global::System.Web.Compilation.WCFModel.
ReferencedAssembly
Read7_ReferencedAssembly(bool isNullable, bool checkType) {
1169
global::System.Web.Compilation.WCFModel.
ReferencedAssembly
o;