4 writes to _comparison
System.Data (4)
fx\src\data\System\Data\DataView.cs (4)
191_comparison = comparison; 234_comparison = null; // clear the delegate to allow the Sort string to be effective 480_comparison = null; // clear the delegate to allow the Sort string to be effective 495_comparison = value;
4 references to _comparison
System.Data (4)
fx\src\data\System\Data\DataView.cs (4)
478if (String.Compare(sort, value, false, locale) != 0 || (null != _comparison)) { 490return _comparison; 494if (!Object.ReferenceEquals(_comparison, value)) { 1557Debug.Assert(null == _comparison, "RelatedView should not have a comparison function");