2 writes to _ovalue
System.Private.Xml (2)
System\Xml\Schema\ConstraintStruct.cs (2)
227
set {
_ovalue
= value; }
238
_ovalue
= obj;
3 references to _ovalue
System.Private.Xml (3)
System\Xml\Schema\ConstraintStruct.cs (3)
226
get { return
_ovalue
; }
286
_dstruct.Dvalue[i] = Convert.ToDecimal(((Array)
_ovalue
!).GetValue(i), NumberFormatInfo.InvariantInfo);
293
_dstruct.Dvalue[0] = Convert.ToDecimal(
_ovalue
, NumberFormatInfo.InvariantInfo);