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

◆ ResolveSchemaLocationUri()

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

Definition at line 1940 of file Preprocessor.cs.

1941 {
1942 if (location.Length == 0)
1943 {
1944 return null;
1945 }
1947 }
virtual Uri ResolveUri(Uri? baseUri, string? relativeUri)

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

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