2 references to MaxLinePositionOffset
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
718
if (linePosOffset < 0 || linePosOffset > XPathNode.
MaxLinePositionOffset
)
System\Xml\Cache\XPathNode.cs (1)
373
Debug.Assert(linePosOffset >= 0 && linePosOffset <=
MaxLinePositionOffset
, $"Line position offset too large or small: {linePosOffset}");