1 write to Prefix
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
71this.Prefix = prefix;
8 references to Prefix
System.Data.SqlXml (8)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
97Debug.Assert(nsDecl.Prefix == null, "NS may be null only when prefix is null where it is used for extension-element-prefixes='#all'"); 99} else if (nsDecl.Prefix == null) { 103AddNsDeclaration(nsDecl.Prefix, nsDecl.NsUri);
System\Xml\Xsl\Xslt\XslAst.cs (1)
69Debug.Assert(nsUri != null || Prefix == null);
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
2815if (Ref.Equal(tmp.Prefix, parentList.Prefix) && ( 2816tmp.Prefix != null || // Namespace declaration 2824thisList = new NsDecl(thisList, parentList.Prefix, parentList.NsUri);