4 writes to _comparison
System.Data.Common (4)
System\Data\DataView.cs (4)
189_comparison = comparison; 223_comparison = null; // clear the delegate to allow the Sort string to be effective 440_comparison = null; // clear the delegate to allow the Sort string to be effective 456_comparison = value;
4 references to _comparison
System.Data.Common (4)
System\Data\DataView.cs (4)
437if (string.Compare(_sort, value, false, locale) != 0 || (null != _comparison)) 450get { return _comparison; } 454if (!ReferenceEquals(_comparison, value)) 1552Debug.Assert(null == _comparison, "RelatedView should not have a comparison function");