8 references to _posInfo
System.Private.Xml (8)
System\Xml\Xsl\XPath\XPathParser.cs (8)
32_posInfo.Clear(); 57Debug.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(); 599endChar = _posInfo.Pop(); 600startChar = _posInfo.Pop();