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