10 references to Collection
System.Xml (10)
System\Xml\Serialization\Models.cs (4)
50case TypeKind.Collection: 157if (model.ReadOnly && model.FieldTypeDesc.Kind != TypeKind.Collection && model.FieldTypeDesc.Kind != TypeKind.Enumerable) 182if (fieldInfo.IsInitOnly && typeDesc.Kind != TypeKind.Collection && typeDesc.Kind != TypeKind.Enumerable) 194if (!propertyInfo.CanWrite && typeDesc.Kind != TypeKind.Collection && typeDesc.Kind != TypeKind.Enumerable)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
208case TypeKind.Collection:
System\Xml\Serialization\Types.cs (4)
276get { return kind == TypeKind.Array || kind == TypeKind.Collection || kind == TypeKind.Enumerable; } 280get { return kind == TypeKind.Collection; } 743kind = TypeKind.Collection; 980if (typeDesc.Kind == TypeKind.Collection || typeDesc.Kind == TypeKind.Enumerable) {
System\Xml\Serialization\XmlReflectionImporter.cs (1)
377case TypeKind.Collection: