1 write to i32Val
System.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
94this.unionVal.i32Val = value;
8 references to i32Val
System.Xml (8)
System\Xml\Schema\XmlAtomicValue.cs (8)
186case TypeCode.Int32: return valueConverter.ChangeType(this.unionVal.i32Val, ValueType); 204case TypeCode.Int32: return valueConverter.ToBoolean(this.unionVal.i32Val); 223case TypeCode.Int32: return valueConverter.ToDateTime(this.unionVal.i32Val); 243case TypeCode.Int32: return valueConverter.ToDouble(this.unionVal.i32Val); 262case TypeCode.Int32: return this.unionVal.i32Val; 281case TypeCode.Int32: return valueConverter.ToInt64(this.unionVal.i32Val); 302case TypeCode.Int32: return valueConverter.ChangeType(this.unionVal.i32Val, type); 320case TypeCode.Int32: return valueConverter.ToString(this.unionVal.i32Val);