1 write to i64Val
System.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
101this.unionVal.i64Val = value;
8 references to i64Val
System.Xml (8)
System\Xml\Schema\XmlAtomicValue.cs (8)
187case TypeCode.Int64: return valueConverter.ChangeType(this.unionVal.i64Val, ValueType); 205case TypeCode.Int64: return valueConverter.ToBoolean(this.unionVal.i64Val); 224case TypeCode.Int64: return valueConverter.ToDateTime(this.unionVal.i64Val); 244case TypeCode.Int64: return valueConverter.ToDouble(this.unionVal.i64Val); 263case TypeCode.Int64: return valueConverter.ToInt32(this.unionVal.i64Val); 282case TypeCode.Int64: return this.unionVal.i64Val; 303case TypeCode.Int64: return valueConverter.ChangeType(this.unionVal.i64Val, type); 321case TypeCode.Int64: return valueConverter.ToString(this.unionVal.i64Val);