1 write to Prefix
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
70
this.
Prefix
= prefix;
8 references to Prefix
System.Private.Xml (8)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
111
Debug.Assert(nsDecl.
Prefix
== null, "NS may be null only when prefix is null where it is used for extension-element-prefixes='#all'");
114
else if (nsDecl.
Prefix
== null)
121
AddNsDeclaration(nsDecl.
Prefix
, nsDecl.NsUri);
System\Xml\Xsl\Xslt\XslAst.cs (1)
68
Debug.Assert(nsUri != null ||
Prefix
== null);
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
3120
if (Ref.Equal(tmp.
Prefix
, parentList.
Prefix
) && (
3121
tmp.
Prefix
!= null || // Namespace declaration
3131
thisList = new NsDecl(thisList, parentList.
Prefix
, parentList.NsUri);