11 references to IsRowLive
System.Data.Common (11)
System\Xml\XmlDataDocument.cs (11)
581Debug.Assert(IsRowLive(r) ? IsConnected(childElem) : !IsConnected(childElem)); 1793Debug.Assert(IsRowLive(child) ? IsConnected(childElement) : !IsConnected(childElement)); 1984Debug.Assert(!IsRowLive(row)); 1993Debug.Assert(!IsRowLive(be.Row)); 2757Debug.Assert(!IsRowLive(be.Row!)); 2846Debug.Assert(IsRowLive(rowElem.Row)); 2898Debug.Assert(!IsRowLive(rowElem.Row)); 3050Debug.Assert(IsRowLive(rowElement.Row)); 3056Debug.Assert(IsRowLive(rowElement.Row)); 3073Debug.Assert(!IsRowLive(rowElement.Row)); 3079Debug.Assert(!IsRowLive(rowElement.Row));