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