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)
34
if (!
_table
.TryGetValue(key, out seq))
39
_table
.Add(key, seq);
61
if (!
_table
.TryGetValue(key, out seq))