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