1 write to table
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlILIndex.cs (1)
26this.table = new Dictionary<string, XmlQueryNodeSequence>();
3 references to table
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlILIndex.cs (3)
35if (!this.table.TryGetValue(key, out seq)) { 39this.table.Add(key, seq); 58if (!this.table.TryGetValue(key, out seq))