1 write to _lastScope
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
305
_lastScope
= node;
16 references to _lastScope
System.Private.Xml (16)
System\Xml\Xsl\Xslt\QilGenerator.cs (12)
170
e.SetSourceLineInfo(
_lastScope
!.SourceLine);
179
throw new XslLoadException(e,
_lastScope
!.SourceLine);
1018
return _f.Error(
_lastScope
!.SourceLine, SR.Xslt_SingleRightBraceInAvt, source);
1445
string? baseUri =
_lastScope
!.SourceLine!.Uri;
1477
string? baseUri =
_lastScope
!.SourceLine!.Uri;
1653
_f.Error(
_lastScope
!.SourceLine,
1717
_f.Error(
_lastScope
!.SourceLine,
2027
_f.Error(
_lastScope
!.SourceLine, SR.Xslt_BistateAttribute, "letter-value", Alphabetic, Traditional)
2062
_f.Error(
_lastScope
!.SourceLine, SR.Xslt_CharAttribute, "grouping-separator")
2283
_compiler.ReportError(
_lastScope
!.SourceLine!, SR.Xml_UserException, errorText);
2744
_compiler.ReportError(
_lastScope
!.SourceLine!, res, args);
2749
_compiler.ReportWarning(
_lastScope
!.SourceLine!, res, args);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (4)
230
return _f.Error(
_lastScope
!.SourceLine, SR.Xslt_ScriptsProhibited);
501
return _f.Error(
_lastScope
!.SourceLine, SR.Xslt_DocumentFuncProhibited);
536
baseUri = _f.String(
_lastScope
!.SourceLine!.Uri);
628
return _f.Error(
_lastScope
!.SourceLine, SR.Xslt_UnsupportedXsltFunction, "unparsed-entity-uri");