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

◆ ProcessSchemaHints

bool System.Xml.Schema.XmlSchemaValidator.ProcessSchemaHints
getpackage

Definition at line 276 of file XmlSchemaValidator.cs.

277 {
278 get
279 {
280 if ((_validationFlags & XmlSchemaValidationFlags.ProcessInlineSchema) == 0)
281 {
282 return (_validationFlags & XmlSchemaValidationFlags.ProcessSchemaLocation) != 0;
283 }
284 return true;
285 }
286 }
readonly XmlSchemaValidationFlags _validationFlags

Referenced by System.Xml.Schema.XmlSchemaValidator.Reset(), System.Xml.XsdValidatingReader.SetupValidator(), System.Xml.Schema.XmlSchemaValidator.ValidateAttribute(), and System.Xml.Schema.XmlSchemaValidator.ValidateElement().