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