3 writes to fDataRowCreatedSpecial
System.Data (3)
fx\src\data\System\NewXml\XmlDataDocument.cs (3)
225fDataRowCreatedSpecial = true; 230fDataRowCreatedSpecial = false; 2341this.fDataRowCreatedSpecial = false;
7 references to fDataRowCreatedSpecial
System.Data (7)
fx\src\data\System\NewXml\XmlDataDocument.cs (7)
222Debug.Assert( fDataRowCreatedSpecial == false ); 228Debug.Assert( fDataRowCreatedSpecial == true ); 248if ( fDataRowCreatedSpecial ) 334Debug.Assert( fDataRowCreatedSpecial == false ); 476if ( fDataRowCreatedSpecial ) { 493Debug.Assert( fDataRowCreatedSpecial == false ); 1064if ( fDataRowCreatedSpecial )