4 instantiations of DecimalStruct
System.Xml (4)
System\Xml\Schema\ConstraintStruct.cs (4)
252
this.dstruct = new
DecimalStruct
(this.dim);
258
this.dstruct = new
DecimalStruct
();
267
this.dstruct = new
DecimalStruct
(this.dim);
270
this.dstruct = new
DecimalStruct
();
1 reference to DecimalStruct
System.Xml (1)
System\Xml\Schema\ConstraintStruct.cs (1)
173
DecimalStruct
dstruct = null;