11 references to IsRowLive
System.Data.Common (11)
System\Xml\XmlDataDocument.cs (11)
565Debug.Assert(IsRowLive(r) ? IsConnected(childElem) : !IsConnected(childElem)); 1771Debug.Assert(IsRowLive(child) ? IsConnected(childElement) : !IsConnected(childElement)); 1957Debug.Assert(!IsRowLive(row)); 1966Debug.Assert(!IsRowLive(be.Row)); 2713Debug.Assert(!IsRowLive(be.Row!)); 2801Debug.Assert(IsRowLive(rowElem.Row)); 2852Debug.Assert(!IsRowLive(rowElem.Row)); 2985Debug.Assert(IsRowLive(rowElement.Row)); 2991Debug.Assert(IsRowLive(rowElement.Row)); 3008Debug.Assert(!IsRowLive(rowElement.Row)); 3014Debug.Assert(!IsRowLive(rowElement.Row));