5 references to StrongFoliation
System.Data.Common (5)
System\Xml\XmlDataDocument.cs (4)
575
Debug.Assert(newState == ElementState.WeakFoliation || newState == ElementState.
StrongFoliation
);
605
else if (node.ElementState == ElementState.WeakFoliation && newState == ElementState.
StrongFoliation
)
1201
_autoFoliationState = ElementState.
StrongFoliation
;
2603
_autoFoliationState = ElementState.
StrongFoliation
;
System\Xml\XPathNodePointer.cs (1)
1243
_doc.Foliate(rowElem, ElementState.
StrongFoliation
);