Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ResolveSchemaLocationUri()

Uri System.Xml.Schema.SchemaCollectionPreprocessor.ResolveSchemaLocationUri ( XmlSchema enclosingSchema,
string location )
inlineprivate

Definition at line 1693 of file SchemaCollectionPreprocessor.cs.

1694 {
1695 try
1696 {
1698 }
1699 catch
1700 {
1701 return null;
1702 }
1703 }
virtual Uri ResolveUri(Uri? baseUri, string? relativeUri)

References System.Xml.Schema.SchemaCollectionPreprocessor._xmlResolver, and System.Xml.XmlResolver.ResolveUri().

Referenced by System.Xml.Schema.SchemaCollectionPreprocessor.LoadExternals().