1 write to _functionsAvail
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
122
_functionsAvail
= new HybridDictionary();
3 references to _functionsAvail
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XsltLibrary.cs (3)
120
if (
_functionsAvail
== null)
126
object? obj =
_functionsAvail
[name];
134
_functionsAvail
[name] = result;