2 writes to readOnly
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
810this.readOnly = mapping.readOnly; 854set { readOnly = value; }
2 references to readOnly
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
810this.readOnly = mapping.readOnly; 853get { return readOnly; }