2 writes to fInitInProgress
System.Data.Common (2)
System\Data\DataTable.cs (2)
2026
fInitInProgress
= true;
2044
fInitInProgress
= false; // It is must that we set off this flag after calling FinishInitxxx();
10 references to fInitInProgress
System.Data.Common (10)
System\Data\ConstraintCollection.cs (2)
200
if (_table.
fInitInProgress
)
436
if (_table.
fInitInProgress
&& _delayLoadingConstraints != null)
System\Data\DataColumn.cs (1)
1101
if ((table == null) || (!table.
fInitInProgress
&& ((table.DataSet == null) || (!table.DataSet._fIsSchemaLoading && !table.DataSet._fInitInProgress))))
System\Data\DataColumnCollection.cs (4)
183
if (!_table.
fInitInProgress
&& column != null && column.Computed)
192
if (_table.
fInitInProgress
)
343
if (!_table.
fInitInProgress
&& column.Computed)
596
if (_table.
fInitInProgress
&& _delayedAddRangeColumns != null)
System\Data\DataTable.cs (2)
1041
public bool IsInitialized => !
fInitInProgress
;
1647
if (
fInitInProgress
&& value != null)
System\Data\DataView.cs (1)
573
if (_delayedTable != null && _delayedTable.
fInitInProgress
)