3 writes to finalDefault
System.Xml (3)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
377this.finalDefault = XmlSchemaDerivationMethod.All; 380this.finalDefault = XmlSchemaDerivationMethod.Empty; 386this.finalDefault = schema.FinalDefault & schemaFinalDefaultAllowed;
6 references to finalDefault
System.Xml (6)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
769if (this.finalDefault == XmlSchemaDerivationMethod.All) { 773element.SetFinalResolved(this.finalDefault & elementFinalAllowed); 957if (this.finalDefault == XmlSchemaDerivationMethod.All) { 961simpleType.SetFinalResolved(this.finalDefault & simpleTypeFinalAllowed); 1076if (this.finalDefault == XmlSchemaDerivationMethod.All) { 1080complexType.SetFinalResolved(this.finalDefault & complexTypeFinalAllowed);