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