2 writes to fInitInProgress
System.Data (2)
fx\src\data\System\Data\DataTable.cs (2)
1880fInitInProgress = true; 1896fInitInProgress = 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)
195if (table.fInitInProgress) { 395if (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)
169if (!table.fInitInProgress && column != null && column.Computed) { 178if (table.fInitInProgress) { 326if (!table.fInitInProgress && column.Computed) { 547if (table.fInitInProgress && delayedAddRangeColumns != null) { 720if ((null != ccevent) && !table.SchemaLoading && !table.fInitInProgress) {
fx\src\data\System\Data\DataTable.cs (2)
933return !fInitInProgress; 1543if (fInitInProgress && value != null) {
fx\src\data\System\Data\DataView.cs (1)
635if (delayedTable != null && this.delayedTable.fInitInProgress) {