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