2 writes to ovalue
System.Xml (2)
System\Xml\Schema\ConstraintStruct.cs (2)
203set {ovalue = value; } 212this.ovalue = obj;
3 references to ovalue
System.Xml (3)
System\Xml\Schema\ConstraintStruct.cs (3)
202get {return ovalue; } 254this.dstruct.Dvalue[i] = Convert.ToDecimal (((Array) this.ovalue).GetValue(i),NumberFormatInfo.InvariantInfo); 260this.dstruct.Dvalue[0] = Convert.ToDecimal (this.ovalue, NumberFormatInfo.InvariantInfo);