1 write to lastScope
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
273lastScope = node;
16 references to lastScope
System.Data.SqlXml (16)
System\Xml\Xsl\Xslt\QilGenerator.cs (12)
161e.SetSourceLineInfo(lastScope.SourceLine); 168throw new XslLoadException(e, lastScope.SourceLine); 861return f.Error(lastScope.SourceLine, Res.Xslt_SingleRightBraceInAvt, source); 1215string baseUri = lastScope.SourceLine.Uri; 1243string baseUri = lastScope.SourceLine.Uri; 1378f.Error(lastScope.SourceLine, 1432f.Error(lastScope.SourceLine, 1701f.Error(lastScope.SourceLine, Res.Xslt_BistateAttribute, "letter-value", Alphabetic, Traditional) 1728f.Error(lastScope.SourceLine, Res.Xslt_CharAttribute, "grouping-separator") 1914compiler.ReportError(lastScope.SourceLine, Res.Xml_UserException, errorText); 2293compiler.ReportError(lastScope.SourceLine, res, args); 2297compiler.ReportWarning(lastScope.SourceLine, res, args);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (4)
189return f.Error(lastScope.SourceLine, Res.Xslt_ScriptsProhibited); 422return f.Error(lastScope.SourceLine, Res.Xslt_DocumentFuncProhibited); 450baseUri = f.String(lastScope.SourceLine.Uri); 521return f.Error(lastScope.SourceLine, Res.Xslt_UnsupportedXsltFunction, "unparsed-entity-uri");