3 references to Xslt_InvalidVariable
System.Private.Xml (3)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
83throw new XslLoadException(SR.Xslt_InvalidVariable, Compiler.ConstructQName(prefix, name));
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
74throw XsltException.Create(SR.Xslt_InvalidVariable, qname.ToString()); 93throw XsltException.Create(SR.Xslt_InvalidVariable, variable.Name!.ToString());