3 writes to readOnly
System.Xml (3)
System\Xml\Serialization\Models.cs (3)
241this.readOnly = readOnly; 273readOnly = !((PropertyInfo)memberInfo).CanWrite; 277readOnly = ((FieldInfo)memberInfo).IsInitOnly;
1 reference to readOnly
System.Xml (1)
System\Xml\Serialization\Models.cs (1)
312get { return readOnly; }