3 writes to Prefix
System.Private.Xml (3)
System\Xml\Xsl\QIL\QilName.cs (1)
34Prefix = prefix;
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
869qname.Prefix = prefix; 927qname.Prefix = prefix;
7 references to Prefix
System.Private.Xml (7)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
1048prefix = ndName.Prefix;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4119prefix = ndLiteralName.Prefix;
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
816string prefix = qname!.Prefix; 826prefix = qname.Prefix; 920string prefix = qname.Prefix; 2759qname.NamespaceUri == ResolvePrefix(/*ignoreDefaultNs:*/true, qname.Prefix),
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1454var paramname = AstFactory.QName(variable.Name.LocalName, variable.Name.NamespaceUri, variable.Name.Prefix);