2 overrides of Current
System.Data (2)
fx\src\data\System\Data\DataColumn.cs (2)
1837
internal override object
Current
{
1905
internal override object
Current
{
4 writes to Current
System.Data (4)
fx\src\data\System\Data\DataColumn.cs (4)
605
this.autoInc.
Current
= inc.Current;
608
this.AutoInc.
Current
= (System.Numerics.BigInteger)(long)inc.Current;
611
this.AutoInc.
Current
= checked((long)(System.Numerics.BigInteger)inc.Current);
1819
clone.
Current
= this.Current;
6 references to Current
System.Data (6)
fx\src\data\System\Data\DataColumn.cs (6)
263
get { return ((null != this.autoInc) ? this.autoInc.
Current
: this.AutoIncrementSeed); }
605
this.autoInc.Current = inc.
Current
;
608
this.AutoInc.Current = (System.Numerics.BigInteger)(long)inc.
Current
;
611
this.AutoInc.Current = checked((long)(System.Numerics.BigInteger)inc.
Current
);
1552
object value = this.autoInc.
Current
;
1819
clone.Current = this.
Current
;