SqlClient\Reader\ObjectReaderCompiler.cs (4)
1440this.GenerateColumnAccess(clrType, cref.SqlType, cref.Column.Ordinal, null);
1798this.GenerateColumnAccess(cref.ClrType, cref.SqlType, cref.Column.Ordinal, null);
1805this.GenerateColumnAccess(suc.ClrType, suc.SqlType, 0, null);
1828this.GenerateColumnAccess(suc.ClrType, suc.SqlType, 0, locOrdinal);