4 instantiations of XsltCompileContext
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Processor.cs (4)
471
expr.SetXsltContext(new
XsltCompileContext
(theQuery._ScopeManager, this));
486
context = new
XsltCompileContext
(theQuery._ScopeManager, this);
497
this.valueOfContext = new
XsltCompileContext
();
511
this.matchesContext = new
XsltCompileContext
();
14 references to XsltCompileContext
System.Data.SqlXml (14)
System\Xml\Xsl\XsltOld\Processor.cs (5)
113
private
XsltCompileContext
valueOfContext;
114
private
XsltCompileContext
matchesContext;
479
internal Query GetValueQuery(int key,
XsltCompileContext
context) {
495
private
XsltCompileContext
GetValueOfContext() {
509
private
XsltCompileContext
GetMatchesContext() {
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
167
return ((
XsltCompileContext
)xsltContext).EvaluateVariable(this);
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (8)
622
return ((
XsltCompileContext
)xsltContext).Current();
653
return ((
XsltCompileContext
)xsltContext).SystemProperty(ToString(args[0]));
661
return ((
XsltCompileContext
)xsltContext).ElementAvailable(ToString(args[0]));
669
return ((
XsltCompileContext
)xsltContext).FunctionAvailable(ToString(args[0]));
694
return ((
XsltCompileContext
)xsltContext).Document(args[0], baseUri);
708
XsltCompileContext
xsltCompileContext = (
XsltCompileContext
) xsltContext;
772
DecimalFormat formatInfo = ((
XsltCompileContext
)xsltContext).ResolveFormatName(args.Length == 3 ? ToString(args[2]) : null);