10 references to Collection
System.Private.Xml (10)
System\Xml\Serialization\Models.cs (4)
57case TypeKind.Collection: 197if (model.ReadOnly && model.FieldTypeDesc.Kind != TypeKind.Collection && model.FieldTypeDesc.Kind != TypeKind.Enumerable) 223if (fieldInfo.IsInitOnly && typeDesc.Kind != TypeKind.Collection && typeDesc.Kind != TypeKind.Enumerable) 238if (!propertyInfo.CanWrite && typeDesc.Kind != TypeKind.Collection && typeDesc.Kind != TypeKind.Enumerable)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
194case TypeKind.Collection:
System\Xml\Serialization\Types.cs (4)
307get { return _kind == TypeKind.Array || _kind == TypeKind.Collection || _kind == TypeKind.Enumerable; } 312get { return _kind == TypeKind.Collection; } 814kind = TypeKind.Collection; 1089if (typeDesc.Kind == TypeKind.Collection || typeDesc.Kind == TypeKind.Enumerable)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
433case TypeKind.Collection: