1 write to s
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\SubstitutionList.cs (1)
23this.s = new ArrayList(4);
10 references to s
System.Data.SqlXml (10)
System\Xml\Xsl\QIL\SubstitutionList.cs (10)
32s.Add(find); 33s.Add(replace); 40s.RemoveRange(s.Count - 2, 2); 50s.RemoveRange(s.Count - n, n); 60Debug.Assert(s.Count % 2 == 0); 61for (int i = s.Count-2; i >= 0; i-=2) 62if (s[i] == n) 63return (QilNode)s[i+1];