1 write to dtVal
System.Private.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
96_unionVal.dtVal = value;
8 references to dtVal
System.Private.Xml (8)
System\Xml\Schema\XmlAtomicValue.cs (8)
230case TypeCode.DateTime: return valueConverter.ChangeType(_unionVal.dtVal, ValueType); 252case TypeCode.DateTime: return valueConverter.ToBoolean(_unionVal.dtVal); 275case TypeCode.DateTime: return _unionVal.dtVal; 299case TypeCode.DateTime: return valueConverter.ToDouble(_unionVal.dtVal); 322case TypeCode.DateTime: return valueConverter.ToInt32(_unionVal.dtVal); 345case TypeCode.DateTime: return valueConverter.ToInt64(_unionVal.dtVal); 369case TypeCode.DateTime: return valueConverter.ChangeType(_unionVal.dtVal, type); 391case TypeCode.DateTime: return valueConverter.ToString(_unionVal.dtVal);