8 references to NsDecl
System.Data.SqlXml (8)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (8)
28ExclusiveFlags = NsDecl | NsExcl | Variable 40public bool IsNamespace { get { return (flags & ScopeFlags.NsDecl ) != 0; } } 57records[0].flags = ScopeFlags.NsDecl; 63records[0].flags = ScopeFlags.NsDecl; 182(flags & ScopeFlags.NsDecl) != 0 && 202AddRecord(ScopeFlags.NsDecl, prefix, nsUri, default(V)); 225(flags & ScopeFlags.NsDecl) != 0 && 234(flags & ScopeFlags.NsDecl) != 0 &&