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

◆ GetSchemaEntity()

Stream System.Xml.Schema.SchemaCollectionPreprocessor.GetSchemaEntity ( Uri ruri)
inlineprivate

Definition at line 1705 of file SchemaCollectionPreprocessor.cs.

1706 {
1707 try
1708 {
1709 return (Stream)_xmlResolver.GetEntity(ruri, null, null);
1710 }
1711 catch
1712 {
1713 return null;
1714 }
1715 }
object? GetEntity(Uri absoluteUri, string? role, Type? ofObjectToReturn)

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

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