5 references to Xslt_CantResolve
System.Private.Xml (5)
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
78throw new XslLoadException(SR.Xslt_CantResolve, uri); 195throw new XslLoadException(SR.Xslt_CantResolve, relativeUri);
System\Xml\Xsl\XsltOld\Compiler.cs (2)
573throw XsltException.Create(SR.Xslt_CantResolve, relativeUri); 599throw XsltException.Create(SR.Xslt_CantResolve, resolved);
System\Xml\Xsl\XsltOld\Processor.cs (1)
193throw XsltException.Create(SR.Xslt_CantResolve, ruri.ToString());