2 writes to IsNamespaceInScope
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
1070XmlILConstructInfo.Write(nd).IsNamespaceInScope = true; 1092XmlILConstructInfo.Write(nd).IsNamespaceInScope = true;
6 references to IsNamespaceInScope
System.Private.Xml (6)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
811this.parentInfo.MightHaveNamespaces = !this.parentInfo.IsNamespaceInScope; 889if (!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;