2 references to MaxLineNumberOffset
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
701
if (lineNumOffset < 0 || lineNumOffset > XPathNode.
MaxLineNumberOffset
)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNode.cs (1)
374
Debug.Assert(lineNumOffset >= 0 && lineNumOffset <=
MaxLineNumberOffset
, "Line number offset too large or small: " + lineNumOffset);