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