5 references to _ownerColumnCollections
Microsoft.Data.Analysis (5)
DataFrameColumn.cs (5)
94
if (!
_ownerColumnCollections
.Contains(columCollection))
96
_ownerColumnCollections
.Add(columCollection);
102
if (
_ownerColumnCollections
.Contains(columCollection))
104
_ownerColumnCollections
.Remove(columCollection);
129
foreach (var owner in
_ownerColumnCollections
)