4 writes to dstruct
System.Xml (4)
System\Xml\Schema\ConstraintStruct.cs (4)
252this.dstruct = new DecimalStruct(this.dim); 258this.dstruct = new DecimalStruct(); 267this.dstruct = new DecimalStruct(this.dim); 270this.dstruct = new DecimalStruct();
8 references to dstruct
System.Xml (8)
System\Xml\Schema\ConstraintStruct.cs (8)
190Debug.Assert (this.dstruct != null); 191return this.dstruct.IsDecimal; 196Debug.Assert (this.dstruct != null); 197return this.dstruct.Dvalue; 230if (this.dstruct != null) { 254this.dstruct.Dvalue[i] = Convert.ToDecimal (((Array) this.ovalue).GetValue(i),NumberFormatInfo.InvariantInfo); 260this.dstruct.Dvalue[0] = Convert.ToDecimal (this.ovalue, NumberFormatInfo.InvariantInfo); 262this.dstruct.IsDecimal = true;