4 writes to objVal
System.Xml (4)
System\Xml\Schema\XmlAtomicValue.cs (4)
108
this.
objVal
= value;
115
this.
objVal
= value;
126
this.
objVal
= value;
133
this.
objVal
= value;
17 references to objVal
System.Xml (17)
System\Xml\Schema\XmlAtomicValue.cs (17)
136
XmlQualifiedName qname = this.
objVal
as XmlQualifiedName;
183
if (this.
objVal
== null) {
193
return valueConverter.ChangeType(this.
objVal
, ValueType, this.nsPrefix);
201
if (this.
objVal
== null) {
212
return valueConverter.ToBoolean(this.
objVal
);
220
if (this.
objVal
== null) {
231
return valueConverter.ToDateTime(this.
objVal
);
240
if (this.
objVal
== null) {
251
return valueConverter.ToDouble(this.
objVal
);
259
if (this.
objVal
== null) {
270
return valueConverter.ToInt32(this.
objVal
);
278
if (this.
objVal
== null) {
289
return valueConverter.ToInt64(this.
objVal
);
299
if (this.
objVal
== null) {
310
return valueConverter.ChangeType(this.
objVal
, type, nsResolver);
317
if (this.
objVal
== null) {
327
return valueConverter.ToString(this.
objVal
, this.nsPrefix);