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

◆ AddName()

void System.Xml.Serialization.XmlSchemas.AddName ( XmlSchema schema)
inlineprivate

Definition at line 239 of file XmlSchemas.cs.

240 {
241 if (_isCompiled)
242 {
244 }
246 {
248 return;
249 }
252 }
static string XmlSchemaCompiled
Definition SR.cs:1534
Definition SR.cs:7
XmlSchema Reprocess(XmlSchema schema)
bool Contains(string? targetNamespace)
XmlSchema? Add(string? targetNamespace, string schemaUri)
void Prepare(XmlSchema schema)

References System.Xml.Serialization.XmlSchemas._isCompiled, System.Xml.Schema.XmlSchemaSet.Add(), System.Xml.Schema.XmlSchemaSet.Contains(), System.Xml.Serialization.XmlSchemas.Prepare(), System.Xml.Schema.XmlSchemaSet.Reprocess(), System.Xml.Serialization.XmlSchemas.SchemaSet, and System.SR.XmlSchemaCompiled.

Referenced by System.Xml.Serialization.XmlSchemas.OnInsert(), and System.Xml.Serialization.XmlSchemas.OnSet().