1 write to _table
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
26_table = new Dictionary<XmlExtensionFunction, XmlExtensionFunction>();
2 references to _table
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
42if (!_table.TryGetValue(_funcCached, out func)) 49_table.Add(func, func);