8 references to posInfo
System.Data.SqlXml (8)
System\Xml\Xsl\XPath\XPathParser.cs (8)
35this.posInfo.Clear(); 56Debug.Assert(posInfo.Count == 0, "PushPosInfo() and PopPosInfo() calls have been unbalanced"); 518posInfo.Push(startChar); 519posInfo.Push(endChar); 523posInfo.Pop(); 524posInfo.Pop(); 528endChar = posInfo.Pop(); 529startChar = posInfo.Pop();