1 write to _compiler
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
54
_compiler
= compiler;
20 references to _compiler
System.Private.Xml (20)
System\Xml\Xsl\Xslt\XsltInput.cs (20)
561
return (_attributes![attNum].flags & (
_compiler
.Version == 2 ? XsltLoader.V2Req : XsltLoader.V1Req)) != 0;
665
if (
_compiler
.Version == 0)
670
_compiler
.Version = 1;
674
if (
_compiler
.Version == 1)
729
bool V2 =
_compiler
.Version == 2;
736
_compiler
.EnterForwardsCompatible();
748
if (
_compiler
.Version == 0)
757
V2 =
_compiler
.Version == 2;
810
_compiler
.ExitForwardsCompatible(ForwardCompatibility);
829
_compiler
.Version == 2 && (flags & XsltLoader.V2Req) != 0 ||
830
_compiler
.Version == 1 && (flags & XsltLoader.V1Req) != 0 && (!ForwardCompatibility || (flags & XsltLoader.V2Req) != 0)
901
if (
_compiler
.Version == 2)
922
bool V2 =
_compiler
.Version == 2;
952
if (!extensions &&
_compiler
.Version != 1 && value == "#all")
958
_compiler
.EnterForwardsCompatible();
965
if (list[idx].Length == 0 &&
_compiler
.Version != 1 && !BackwardCompatibility)
975
if (!
_compiler
.ExitForwardsCompatible(this.ForwardCompatibility))
1114
_compiler
.ReportError(BuildNameLineInfo(), res, args);
1119
_compiler
.ReportWarning(BuildNameLineInfo(), res, args);
1126
_compiler
.ReportError(BuildNameLineInfo(), res, args);