1 write to _table
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlILIndex.cs (1)
24_table = new Dictionary<string, XmlQueryNodeSequence>();
3 references to _table
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XmlILIndex.cs (3)
34if (!_table.TryGetValue(key, out seq)) 39_table.Add(key, seq); 61if (!_table.TryGetValue(key, out seq))