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

◆ GetSchemaEntity()

object System.Xml.Schema.Preprocessor.GetSchemaEntity ( Uri ruri)
inlineprivate

Definition at line 1949 of file Preprocessor.cs.

1950 {
1951 return _xmlResolver.GetEntity(ruri, null, null);
1952 }
object? GetEntity(Uri absoluteUri, string? role, Type? ofObjectToReturn)

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

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