2 writes to fInitInProgress
System.Data (2)
fx\src\data\System\Data\DataTable.cs (2)
1880
fInitInProgress
= true;
1896
fInitInProgress
= false; // Microsoft : 77890. It is must that we set off this flag after calling FinishInitxxx();
11 references to fInitInProgress
System.Data (11)
fx\src\data\System\Data\ConstraintCollection.cs (2)
195
if (table.
fInitInProgress
) {
395
if (table.
fInitInProgress
&& delayLoadingConstraints != null) {
fx\src\data\System\Data\DataColumn.cs (1)
1126
(!table.
fInitInProgress
&& ((table.DataSet == null) || (!table.DataSet.fIsSchemaLoading && !table.DataSet.fInitInProgress)))) {
fx\src\data\System\Data\DataColumnCollection.cs (5)
169
if (!table.
fInitInProgress
&& column != null && column.Computed) {
178
if (table.
fInitInProgress
) {
326
if (!table.
fInitInProgress
&& column.Computed) {
547
if (table.
fInitInProgress
&& delayedAddRangeColumns != null) {
720
if ((null != ccevent) && !table.SchemaLoading && !table.
fInitInProgress
) {
fx\src\data\System\Data\DataTable.cs (2)
933
return !
fInitInProgress
;
1543
if (
fInitInProgress
&& value != null) {
fx\src\data\System\Data\DataView.cs (1)
635
if (delayedTable != null && this.delayedTable.
fInitInProgress
) {