System\Xml\DataPointer.cs (5)
188DataColumn? c = NextColumn(Row!, null, false, false);
220DataColumn? c = NextColumn(Row!, _column, false, false);
324return ColumnCount(Row!, true, false);
351DataColumn? c = NthColumn(Row!, true, i, false);
570DataRow row = Row!;