2 references to MaxLineNumberOffset
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
711
if (lineNumOffset < 0 || lineNumOffset > XPathNode.
MaxLineNumberOffset
)
System\Xml\Cache\XPathNode.cs (1)
372
Debug.Assert(lineNumOffset >= 0 && lineNumOffset <=
MaxLineNumberOffset
, $"Line number offset too large or small: {lineNumOffset}");