5 references to Xml_CannotResolveUrl
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (2)
648throw new XmlException(SR.Xml_CannotResolveUrl, _laterInitParam.inputUriStr); 3078ThrowWithoutLineInfo(SR.Xml_CannotResolveUrl, _ps.baseUriStr);
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
81throw new XmlException(SR.Xml_CannotResolveUrl, _laterInitParam.inputUriStr);
System\Xml\Resolvers\XmlPreloadedResolver.cs (1)
237throw new XmlException(SR.Format(SR.Xml_CannotResolveUrl, absoluteUri));
System\Xml\Resolvers\XmlPreloadedResolverAsync.cs (1)
30throw new XmlException(SR.Format(SR.Xml_CannotResolveUrl, absoluteUri));