1 write to dtVal
System.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
80this.unionVal.dtVal = value;
8 references to dtVal
System.Xml (8)
System\Xml\Schema\XmlAtomicValue.cs (8)
189case TypeCode.DateTime: return valueConverter.ChangeType(this.unionVal.dtVal, ValueType); 207case TypeCode.DateTime: return valueConverter.ToBoolean(this.unionVal.dtVal); 226case TypeCode.DateTime: return this.unionVal.dtVal; 246case TypeCode.DateTime: return valueConverter.ToDouble(this.unionVal.dtVal); 265case TypeCode.DateTime: return valueConverter.ToInt32(this.unionVal.dtVal); 284case TypeCode.DateTime: return valueConverter.ToInt64(this.unionVal.dtVal); 305case TypeCode.DateTime: return valueConverter.ChangeType(this.unionVal.dtVal, type); 323case TypeCode.DateTime: return valueConverter.ToString(this.unionVal.dtVal);