5 writes to _bPrimaryKey
System.Data.Common (5)
System\Data\UniqueConstraint.cs (5)
71
_bPrimaryKey
= isPrimaryKey;
82
_bPrimaryKey
= isPrimaryKey;
93
_bPrimaryKey
= isPrimaryKey;
103
_bPrimaryKey
= isPrimaryKey;
113
_bPrimaryKey
= isPrimaryKey;
3 references to _bPrimaryKey
System.Data.Common (3)
System\Data\ConstraintCollection.cs (3)
107
if (((UniqueConstraint)constraint).
_bPrimaryKey
)
140
if (((UniqueConstraint)constraint).
_bPrimaryKey
)
770
if (constr.
_bPrimaryKey
)