11 references to IsRowLive
System.Data.Common (11)
System\Xml\XmlDataDocument.cs (11)
565Debug.Assert(IsRowLive(r) ? IsConnected(childElem) : !IsConnected(childElem)); 1769Debug.Assert(IsRowLive(child) ? IsConnected(childElement) : !IsConnected(childElement)); 1955Debug.Assert(!IsRowLive(row)); 1964Debug.Assert(!IsRowLive(be.Row)); 2711Debug.Assert(!IsRowLive(be.Row!)); 2799Debug.Assert(IsRowLive(rowElem.Row)); 2850Debug.Assert(!IsRowLive(rowElem.Row)); 2983Debug.Assert(IsRowLive(rowElement.Row)); 2989Debug.Assert(IsRowLive(rowElement.Row)); 3006Debug.Assert(!IsRowLive(rowElement.Row)); 3012Debug.Assert(!IsRowLive(rowElement.Row));