2 writes to funcCached
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
34
this.
funcCached
= new XmlExtensionFunction();
41
this.
funcCached
= null;
4 references to funcCached
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (4)
33
if (this.
funcCached
== null)
37
this.
funcCached
.Init(name, namespaceUri, numArgs, objectType, flags);
38
if (!this.table.TryGetValue(this.
funcCached
, out func)) {
40
func = this.
funcCached
;