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