2 writes to IsNamespaceInScope
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
974
XmlILConstructInfo.Write(nd).
IsNamespaceInScope
= true;
994
XmlILConstructInfo.Write(nd).
IsNamespaceInScope
= true;
6 references to IsNamespaceInScope
System.Data.SqlXml (6)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
743
this.parentInfo.MightHaveNamespaces = !this.parentInfo.
IsNamespaceInScope
;
808
if (!info.
IsNamespaceInScope
)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
97
if (!XmlILConstructInfo.Read(nd).
IsNamespaceInScope
)
3277
if (( XmlILConstructInfo.Read(local0).
IsNamespaceInScope
) && (this[XmlILOptimization.EliminateNamespaceDecl])) {
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
2583
callChk = CheckWithinContent(info) || !info.
IsNamespaceInScope
|| ElementCachesAttributes(info);
2631
callChk = CheckEnumAttrs(info) || !info.
IsNamespaceInScope
;