2 writes to _table
System.Data.Common (2)
System\Data\Filter\ExpressionNode.cs (2)
16_table = table; 43_table = table;
3 references to _table
System.Data.Common (3)
System\Data\Filter\ExpressionNode.cs (3)
23return ((null != _table) ? _table.FormatProvider : System.Globalization.CultureInfo.CurrentCulture); 37get { return _table; }