7 references to StrongFoliation
System.Data.Common (7)
System\Xml\XmlDataDocument.cs (6)
575
Debug.Assert(newState == ElementState.WeakFoliation || newState == ElementState.
StrongFoliation
);
581
if (newState == ElementState.
StrongFoliation
&& node.Row == null)
588
Debug.Assert(rowElemState == ElementState.
StrongFoliation
|| rowElemState == ElementState.WeakFoliation);
605
else if (node.ElementState == ElementState.WeakFoliation && newState == ElementState.
StrongFoliation
)
1201
_autoFoliationState = ElementState.
StrongFoliation
;
2605
_autoFoliationState = ElementState.
StrongFoliation
;
System\Xml\XPathNodePointer.cs (1)
1243
_doc.Foliate(rowElem, ElementState.
StrongFoliation
);