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