3 writes to _processor
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (3)
31
_processor
= processor;
39
_processor
= null;
45
_processor
= processor;
16 references to _processor
System.Private.Xml (16)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (16)
81
object result =
_processor
!.GetVariableValue(variable);
88
result =
_processor
.GetVariableValue(global);
101
get { return
_processor
!.Stylesheet.Whitespace; }
108
return
_processor
!.Stylesheet.PreserveWhiteSpace(
_processor
, node);
190
extension =
_processor
!.GetScriptObject(ns);
201
extension =
_processor
.GetExtensionObject(ns);
256
XmlResolver resolver =
_processor
!.Resolver;
278
list.Add(
_processor
!.GetNavigator(uri));
286
_processor
!.GetNavigator(
297
string matchStr =
_processor
!.GetQueryExpression(key.MatchKey);
298
Query matchExpr =
_processor
.GetCompiledQuery(key.MatchKey);
299
Query useExpr =
_processor
.GetCompiledQuery(key.UseKey);
393
DecimalFormat? formatInfo =
_processor
!.RootAction!.GetDecimalFormat(new XmlQualifiedName(local, ns));
496
XPathNavigator? nav =
_processor
!.Current;
870
foreach (Key key in xsltCompileContext.
_processor
!.KeyList!)