4 writes to _objVal
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlAtomicValue.cs (4)
125
_objVal
= value;
133
_objVal
= value;
146
_objVal
= value;
154
_objVal
= value;
17 references to _objVal
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlAtomicValue.cs (17)
158
XmlQualifiedName qname =
_objVal
as XmlQualifiedName;
212
if (
_objVal
== null)
224
return valueConverter.ChangeType(
_objVal
, ValueType, _nsPrefix);
234
if (
_objVal
== null)
247
return valueConverter.ToBoolean(
_objVal
);
257
if (
_objVal
== null)
270
return valueConverter.ToDateTime(
_objVal
);
281
if (
_objVal
== null)
294
return valueConverter.ToDouble(
_objVal
);
304
if (
_objVal
== null)
317
return valueConverter.ToInt32(
_objVal
);
327
if (
_objVal
== null)
340
return valueConverter.ToInt64(
_objVal
);
351
if (
_objVal
== null)
364
return valueConverter.ChangeType(
_objVal
, type, nsResolver);
373
if (
_objVal
== null)
385
return valueConverter.ToString(
_objVal
, _nsPrefix);