2 writes to fInitInProgress
System.Data (2)
fx\src\data\System\Data\DataView.cs (2)
631
fInitInProgress
= true;
640
fInitInProgress
= false;
5 references to fInitInProgress
System.Data (5)
fx\src\data\System\Data\DataView.cs (5)
320
return !
fInitInProgress
;
364
if (
fInitInProgress
) {
427
if (
fInitInProgress
) {
472
if (
fInitInProgress
) {
545
if (
fInitInProgress
&& value != null) {