2 writes to IsNamespaceInScope
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
1070
XmlILConstructInfo.Write(nd).
IsNamespaceInScope
= true;
1092
XmlILConstructInfo.Write(nd).
IsNamespaceInScope
= true;
6 references to IsNamespaceInScope
System.Private.Xml (6)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
811
this.parentInfo.MightHaveNamespaces = !this.parentInfo.
IsNamespaceInScope
;
889
if (!info.
IsNamespaceInScope
)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
106
if (!XmlILConstructInfo.Read(nd).
IsNamespaceInScope
)
4363
if ((XmlILConstructInfo.Read(local0).
IsNamespaceInScope
) && (this[XmlILOptimization.EliminateNamespaceDecl]))
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
2786
callChk = CheckWithinContent(info) || !info.
IsNamespaceInScope
|| ElementCachesAttributes(info);
2835
callChk = CheckEnumAttrs(info) || !info.
IsNamespaceInScope
;