12 references to CollectionCategory
System.Web.Extensions (12)
Compilation\WCFModel\ReferencedCollectionType.cs (2)
29private CollectionCategory m_Category; 57public CollectionCategory Category
Compilation\XmlSerializer\SvcMapFileSerializer.cs (10)
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; 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));