1 write to dtVal
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlAtomicValue.cs (1)
93_unionVal.dtVal = value;
8 references to dtVal
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlAtomicValue.cs (8)
220case TypeCode.DateTime: return valueConverter.ChangeType(_unionVal.dtVal, ValueType); 242case TypeCode.DateTime: return valueConverter.ToBoolean(_unionVal.dtVal); 265case TypeCode.DateTime: return _unionVal.dtVal; 289case TypeCode.DateTime: return valueConverter.ToDouble(_unionVal.dtVal); 312case TypeCode.DateTime: return valueConverter.ToInt32(_unionVal.dtVal); 335case TypeCode.DateTime: return valueConverter.ToInt64(_unionVal.dtVal); 359case TypeCode.DateTime: return valueConverter.ChangeType(_unionVal.dtVal, type); 381case TypeCode.DateTime: return valueConverter.ToString(_unionVal.dtVal);