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