4 references to IsNamespace
System.Private.Xml (4)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
362if (_records[currentRecord].IsNamespace) 397if (_scope._records[_currentRecord].IsNamespace) 415Debug.Assert(_scope._records[_currentRecord].IsNamespace);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1436Debug.Assert(scoperecord.IsNamespace || scoperecord.ncName == null);