4 writes to _dstruct
System.Private.Xml (4)
System\Xml\Schema\ConstraintStruct.cs (4)
283_dstruct = new DecimalStruct(_dim); 291_dstruct = new DecimalStruct(); 301_dstruct = new DecimalStruct(_dim); 305_dstruct = new DecimalStruct();
8 references to _dstruct
System.Private.Xml (8)
System\Xml\Schema\ConstraintStruct.cs (8)
211Debug.Assert(_dstruct != null); 212return _dstruct.IsDecimal; 219Debug.Assert(_dstruct != null); 220return _dstruct.Dvalue; 258if (_dstruct != null) 286_dstruct.Dvalue[i] = Convert.ToDecimal(((Array)_ovalue!).GetValue(i), NumberFormatInfo.InvariantInfo); 293_dstruct.Dvalue[0] = Convert.ToDecimal(_ovalue, NumberFormatInfo.InvariantInfo); 295_dstruct.IsDecimal = true;