2 writes to _funcCached
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
38
_funcCached
??= new XmlExtensionFunction();
46
_funcCached
= null;
3 references to _funcCached
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (3)
41
_funcCached
.Init(name, namespaceUri, numArgs, objectType, flags);
42
if (!_table.TryGetValue(
_funcCached
, out func))
45
func =
_funcCached
;