1 write to _readOnly
System.ComponentModel.TypeConverter (1)
System\ComponentModel\PropertyDescriptorCollection.cs (1)
57_readOnly = readOnly;
11 references to _readOnly
System.ComponentModel.TypeConverter (11)
System\ComponentModel\PropertyDescriptorCollection.cs (11)
101if (_readOnly) 113if (_readOnly) 236if (_readOnly) 252if (_readOnly) 267if (_readOnly) 436bool IDictionary.IsFixedSize => _readOnly; 438bool IDictionary.IsReadOnly => _readOnly; 453if (_readOnly) 557bool IList.IsReadOnly => _readOnly; 559bool IList.IsFixedSize => _readOnly; 568if (_readOnly)