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