3 writes to processor
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (3)
32this.processor = processor; 39processor = null; 44this.processor = processor;
19 references to processor
System.Data.SqlXml (19)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (19)
74Object result = this.processor.GetVariableValue(variable); 79result = this.processor.GetVariableValue(global); 90get { return this.processor.Stylesheet.Whitespace; } 96return this.processor.Stylesheet.PreserveWhiteSpace(this.processor, node); 162extension = this.processor.GetScriptObject(ns); 171extension = this.processor.GetExtensionObject(ns); 175result = new FuncExtension(extension, method, this.processor.permissions); 215XmlResolver resolver = processor.Resolver; 226if (this.processor.permissions != null) { 227this.processor.permissions.PermitOnly(); 237list.Add(this.processor.GetNavigator(uri)); 243this.processor.GetNavigator( 253string matchStr = this.processor.GetQueryExpression(key.MatchKey); 254Query matchExpr = this.processor.GetCompiledQuery(key.MatchKey); 255Query useExpr = this.processor.GetCompiledQuery(key.UseKey); 327DecimalFormat formatInfo = this.processor.RootAction.GetDecimalFormat(new XmlQualifiedName(local, ns)); 417XPathNavigator nav = this.processor.Current; 720foreach (Key key in xsltCompileContext.processor.KeyList) {