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)
42
if (!
_table
.TryGetValue(_funcCached, out func))
49
_table
.Add(func, func);