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)
478
if (String.Compare(sort, value, false, locale) != 0 || (null !=
_comparison
)) {
490
return
_comparison
;
494
if (!Object.ReferenceEquals(
_comparison
, value)) {
1557
Debug.Assert(null ==
_comparison
, "RelatedView should not have a comparison function");