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