2 references to MaxCollapsedPositionOffset
System.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
211
if (posDiff < 0 || posDiff > XPathNode.
MaxCollapsedPositionOffset
)
System\Xml\Cache\XPathNode.cs (1)
346
Debug.Assert(posOffset >= 0 && posOffset <=
MaxCollapsedPositionOffset
, "Collapsed text line position offset too large or small: " + posOffset);