2 references to CompareExchangeParent
System.Data.Odbc (2)
System\Data\Odbc\OdbcParameterCollectionHelper.cs (2)
235
else if (this != ((OdbcParameter)value).
CompareExchangeParent
(null, this))
300
object? parent = ((OdbcParameter)value).
CompareExchangeParent
(this, null);