1 write to Prefix
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
71
this.
Prefix
= prefix;
8 references to Prefix
System.Data.SqlXml (8)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
97
Debug.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) {
103
AddNsDeclaration(nsDecl.
Prefix
, nsDecl.NsUri);
System\Xml\Xsl\Xslt\XslAst.cs (1)
69
Debug.Assert(nsUri != null ||
Prefix
== null);
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
2815
if (Ref.Equal(tmp.
Prefix
, parentList.
Prefix
) && (
2816
tmp.
Prefix
!= null || // Namespace declaration
2824
thisList = new NsDecl(thisList, parentList.
Prefix
, parentList.NsUri);