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