4 references to IsNamespace
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
301if (records[currentRecord].IsNamespace) { 333if (scope.records[currentRecord].IsNamespace) { 347Debug.Assert(scope.records[currentRecord].IsNamespace);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1277Debug.Assert(scoperecord.IsNamespace || scoperecord.ncName == null);