1 instantiation of ReferencedCollectionType
System.Web.Extensions (1)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
1225
o = new global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
();
27 references to ReferencedCollectionType
System.Web.Extensions (27)
Compilation\WCFModel\ClientOptions.cs (4)
34
private List<
ReferencedCollectionType
> m_CollectionMappingList;
227
[XmlSerialization.XmlArrayItem("CollectionMapping", typeof(
ReferencedCollectionType
))]
228
public List<
ReferencedCollectionType
> CollectionMappingList
234
m_CollectionMappingList = new List<
ReferencedCollectionType
>();
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1192
foreach (
ReferencedCollectionType
referencedCollectionMapping in proxyOptions.CollectionMappingList)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (22)
212
global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
> a = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
>)((global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
>)o.@CollectionMappingList);
216
Write5_ReferencedCollectionType(@"CollectionMapping", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
)a[ia]), true, false);
333
void Write5_ReferencedCollectionType(string n, string ns, global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
o, bool isNullable, bool needType) {
340
if (t == typeof(global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
)) {
349
WriteAttribute(@"Category", @"", Write4_CollectionCategory(((global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
.CollectionCategory)o.@Category)));
353
string Write4_CollectionCategory(global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
.CollectionCategory v) {
356
case global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
.CollectionCategory.@Unknown: s = @"Unknown"; break;
357
case global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
.CollectionCategory.@List: s = @"List"; break;
358
case global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
.CollectionCategory.@Dictionary: s = @"Dictionary"; break;
777
global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
> a_8 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
>)o.@CollectionMappingList;
896
global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
> a_8_0 = (global::System.Collections.Generic.List<global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
>)o.@CollectionMappingList;
1213
global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
Read5_ReferencedCollectionType(bool isNullable, bool checkType) {
1224
global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
o;
1263
global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
.CollectionCategory Read4_CollectionCategory(string s) {
1265
case @"Unknown": return global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
.CollectionCategory.@Unknown;
1266
case @"List": return global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
.CollectionCategory.@List;
1267
case @"Dictionary": return global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
.CollectionCategory.@Dictionary;
1268
default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Compilation.WCFModel.
ReferencedCollectionType
.CollectionCategory));