1 write to compiler
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
58
this.
compiler
= compiler;
20 references to compiler
System.Data.SqlXml (20)
System\Xml\Xsl\Xslt\XsltInput.cs (20)
487
return (attributes[attNum].flags & (
compiler
.Version == 2 ? XsltLoader.V2Req : XsltLoader.V1Req)) != 0;
576
if (
compiler
.Version == 0) {
580
compiler
.Version = 1;
584
if (
compiler
.Version == 1) {
633
bool V2 =
compiler
.Version == 2;
639
compiler
.EnterForwardsCompatible();
648
if (
compiler
.Version == 0) {
656
V2 =
compiler
.Version == 2;
694
compiler
.ExitForwardsCompatible(ForwardCompatibility);
710
compiler
.Version == 2 && (flags & XsltLoader.V2Req) != 0 ||
711
compiler
.Version == 1 && (flags & XsltLoader.V1Req) != 0 && (!ForwardCompatibility || (flags & XsltLoader.V2Req) != 0)
768
if (
compiler
.Version == 2) {
786
bool V2 =
compiler
.Version == 2;
810
if (!extensions &&
compiler
.Version != 1 && value == "#all") {
813
compiler
.EnterForwardsCompatible();
818
if (list[idx].Length == 0 &&
compiler
.Version != 1 && !BackwardCompatibility) {
825
if (!
compiler
.ExitForwardsCompatible(this.ForwardCompatibility)) {
947
compiler
.ReportError(BuildNameLineInfo(), res, args);
952
compiler
.ReportError(BuildNameLineInfo(), res, args);
957
compiler
.ReportWarning(BuildNameLineInfo(), res, args);