8 references to _posInfo
System.Private.Xml (8)
System\Xml\Xsl\XPath\XPathParser.cs (8)
32
_posInfo
.Clear();
57
Debug.Assert(
_posInfo
.Count == 0, "PushPosInfo() and PopPosInfo() calls have been unbalanced");
587
_posInfo
.Push(startChar);
588
_posInfo
.Push(endChar);
593
_posInfo
.Pop();
594
_posInfo
.Pop();
599
endChar =
_posInfo
.Pop();
600
startChar =
_posInfo
.Pop();