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