1 write to table
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
27
this.
table
= new Dictionary<XmlExtensionFunction, XmlExtensionFunction>();
2 references to table
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
38
if (!this.
table
.TryGetValue(this.funcCached, out func)) {
44
this.
table
.Add(func, func);