2 references to MaxLinePositionOffset
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
708if (linePosOffset < 0 || linePosOffset > XPathNode.MaxLinePositionOffset)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNode.cs (1)
375Debug.Assert(linePosOffset >= 0 && linePosOffset <= MaxLinePositionOffset, "Line position offset too large or small: " + linePosOffset);