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