4 instantiations of XsltCompileContext
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\Processor.cs (4)
523
expr.SetXsltContext(new
XsltCompileContext
(theQuery._ScopeManager, this));
541
context = new
XsltCompileContext
(theQuery._ScopeManager, this);
553
_valueOfContext ??= new
XsltCompileContext
();
561
private XsltCompileContext GetMatchesContext() => _matchesContext ??= new
XsltCompileContext
();
14 references to XsltCompileContext
System.Private.Xml (14)
System\Xml\Xsl\XsltOld\Processor.cs (5)
110
private
XsltCompileContext
? _valueOfContext;
111
private
XsltCompileContext
? _matchesContext;
532
internal Query GetValueQuery(int key,
XsltCompileContext
? context)
552
private
XsltCompileContext
GetValueOfContext() =>
561
private
XsltCompileContext
GetMatchesContext() => _matchesContext ??= new XsltCompileContext();
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
193
return ((
XsltCompileContext
)xsltContext).EvaluateVariable(this);
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (8)
747
return ((
XsltCompileContext
)xsltContext).Current();
790
return ((
XsltCompileContext
)xsltContext).SystemProperty(ToString(args[0]));
800
return ((
XsltCompileContext
)xsltContext).ElementAvailable(ToString(args[0]));
810
return ((
XsltCompileContext
)xsltContext).FunctionAvailable(ToString(args[0]));
840
return ((
XsltCompileContext
)xsltContext).Document(args[0], baseUri);
858
XsltCompileContext
xsltCompileContext = (
XsltCompileContext
)xsltContext;
940
DecimalFormat formatInfo = ((
XsltCompileContext
)xsltContext).ResolveFormatName(args.Length == 3 ? ToString(args[2]) : null);