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