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)
437
if (string.Compare(_sort, value, false, locale) != 0 || (null !=
_comparison
))
450
get { return
_comparison
; }
454
if (!ReferenceEquals(
_comparison
, value))
1552
Debug.Assert(null ==
_comparison
, "RelatedView should not have a comparison function");