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