1 write to _s
System.Private.Xml (1)
System\Xml\Xsl\QIL\SubstitutionList.cs (1)
22
_s
= new ArrayList(4);
8 references to _s
System.Private.Xml (8)
System\Xml\Xsl\QIL\SubstitutionList.cs (8)
32
_s
.Add(find);
33
_s
.Add(replace);
41
_s
.RemoveRange(
_s
.Count - 2, 2);
51
Debug.Assert(
_s
.Count % 2 == 0);
52
for (int i =
_s
.Count - 2; i >= 0; i -= 2)
53
if (
_s
[i] == n)
54
return (QilNode)
_s
[i + 1]!;