1 write to _isReadOnly
System.ComponentModel.DataAnnotations (1)
DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
16
_isReadOnly
= (readOnlyAttribute != null ? readOnlyAttribute.IsReadOnly : false);
1 reference to _isReadOnly
System.ComponentModel.DataAnnotations (1)
DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
32
return
_isReadOnly
|| _descriptor.IsReadOnly;