3 references to FunctionTable
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
97
if (
FunctionTable
.TryGetValue(name, out func)) {
270
return
FunctionTable
.ContainsKey(localName) && localName != "unparsed-entity-uri";
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
979
} else if (QilGenerator.
FunctionTable
.TryGetValue(name, out xsltFunc)) {