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