1 write to _lineInfo
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
94
_lineInfo
= lineInfo;
5 references to _lineInfo
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (5)
219
if (
_lineInfo
!= null)
680
if (
_lineInfo
== null)
695
Debug.Assert(
_lineInfo
.HasLineInfo(), "HasLineInfo should have been checked before this.");
696
lineNum =
_lineInfo
.LineNumber;
697
linePos =
_lineInfo
.LinePosition;