2 writes to _ovalue
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (2)
230set { _ovalue = value; } 241_ovalue = obj;
3 references to _ovalue
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (3)
229get { return _ovalue; } 289_dstruct.Dvalue[i] = Convert.ToDecimal(((Array)_ovalue).GetValue(i), NumberFormatInfo.InvariantInfo); 296_dstruct.Dvalue[0] = Convert.ToDecimal(_ovalue, NumberFormatInfo.InvariantInfo);