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); 51Debug.Assert(_s.Count % 2 == 0); 52for (int i = _s.Count - 2; i >= 0; i -= 2) 53if (_s[i] == n) 54return (QilNode)_s[i + 1]!;