4 writes to _dstruct
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (4)
286_dstruct = new DecimalStruct(_dim); 294_dstruct = new DecimalStruct(); 304_dstruct = new DecimalStruct(_dim); 308_dstruct = new DecimalStruct();
8 references to _dstruct
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (8)
214Debug.Assert(_dstruct != null); 215return _dstruct.IsDecimal; 222Debug.Assert(_dstruct != null); 223return _dstruct.Dvalue; 261if (_dstruct != null) 289_dstruct.Dvalue[i] = Convert.ToDecimal(((Array)_ovalue).GetValue(i), NumberFormatInfo.InvariantInfo); 296_dstruct.Dvalue[0] = Convert.ToDecimal(_ovalue, NumberFormatInfo.InvariantInfo); 298_dstruct.IsDecimal = true;