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