3 writes to finalDefault
System.Xml (3)
System\Xml\Schema\Preprocessor.cs (3)
868this.finalDefault = XmlSchemaDerivationMethod.All; 871this.finalDefault = XmlSchemaDerivationMethod.Empty; 877this.finalDefault = schema.FinalDefault & schemaFinalDefaultAllowed;
6 references to finalDefault
System.Xml (6)
System\Xml\Schema\Preprocessor.cs (6)
1079if (this.finalDefault == XmlSchemaDerivationMethod.All) { 1083element.SetFinalResolved(this.finalDefault & elementFinalAllowed); 1269if (this.finalDefault == XmlSchemaDerivationMethod.All) { 1273simpleType.SetFinalResolved(this.finalDefault & simpleTypeFinalAllowed); 1390if (this.finalDefault == XmlSchemaDerivationMethod.All) { 1394complexType.SetFinalResolved(this.finalDefault & complexTypeFinalAllowed);