1 write to Version
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
580
compiler.
Version
= 1;
14 references to Version
System.Data.SqlXml (14)
System\Xml\Xsl\Xslt\XsltInput.cs (12)
487
return (attributes[attNum].flags & (compiler.
Version
== 2 ? XsltLoader.V2Req : XsltLoader.V1Req)) != 0;
576
if (compiler.
Version
== 0) {
584
if (compiler.
Version
== 1) {
633
bool V2 = compiler.
Version
== 2;
648
if (compiler.
Version
== 0) {
656
V2 = compiler.
Version
== 2;
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") {
818
if (list[idx].Length == 0 && compiler.
Version
!= 1 && !BackwardCompatibility) {
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
154
Debug.Assert(compiler.
Version
!= 0, "Version should be already decided at this point");
155
return compiler.
Version
== 1;