1 write to _lastScope
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
301
_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);
1014
return _f.Error(
_lastScope
!.SourceLine, SR.Xslt_SingleRightBraceInAvt, source);
1441
string? baseUri =
_lastScope
!.SourceLine!.Uri;
1473
string? baseUri =
_lastScope
!.SourceLine!.Uri;
1649
_f.Error(
_lastScope
!.SourceLine,
1713
_f.Error(
_lastScope
!.SourceLine,
2023
_f.Error(
_lastScope
!.SourceLine, SR.Xslt_BistateAttribute, "letter-value", Alphabetic, Traditional)
2058
_f.Error(
_lastScope
!.SourceLine, SR.Xslt_CharAttribute, "grouping-separator")
2279
_compiler.ReportError(
_lastScope
!.SourceLine!, SR.Xml_UserException, errorText);
2740
_compiler.ReportError(
_lastScope
!.SourceLine!, res, args);
2745
_compiler.ReportWarning(
_lastScope
!.SourceLine!, res, args);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (4)
229
return _f.Error(
_lastScope
!.SourceLine, SR.Xslt_ScriptsProhibited);
499
return _f.Error(
_lastScope
!.SourceLine, SR.Xslt_DocumentFuncProhibited);
534
baseUri = _f.String(
_lastScope
!.SourceLine!.Uri);
626
return _f.Error(
_lastScope
!.SourceLine, SR.Xslt_UnsupportedXsltFunction, "unparsed-entity-uri");