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