3 writes to Prefix
System.Private.Xml (3)
System\Xml\Xsl\QIL\QilName.cs (1)
34Prefix = prefix;
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
865qname.Prefix = prefix; 923qname.Prefix = prefix;
7 references to Prefix
System.Private.Xml (7)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
1049prefix = ndName.Prefix;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4119prefix = ndLiteralName.Prefix;
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
812string prefix = qname!.Prefix; 822prefix = qname.Prefix; 916string prefix = qname.Prefix; 2755qname.NamespaceUri == ResolvePrefix(/*ignoreDefaultNs:*/true, qname.Prefix),
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1452var paramname = AstFactory.QName(variable.Name.LocalName, variable.Name.NamespaceUri, variable.Name.Prefix);