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)
32return _isReadOnly || _descriptor.IsReadOnly;