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