1 write to isSharable
System.Data (1)
fx\src\data\System\Data\Selection.cs (1)
133
isSharable
= (rowFilter == null) && (comparison == null); // a filter or comparison make an index unsharable
2 references to isSharable
System.Data (2)
fx\src\data\System\Data\Selection.cs (2)
149
!
isSharable
||
206
return
isSharable
;