16 references to FinalResolved
System.Xml (16)
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
429
if ((type.
FinalResolved
& XmlSchemaDerivationMethod.List) != 0) {
461
if ((type.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0) {
516
if ((unionMember.
FinalResolved
& XmlSchemaDerivationMethod.Union) != 0) {
653
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Extension) != 0) {
707
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0) {
750
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Extension) != 0) {
803
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0) {
System\Xml\Schema\SchemaSetCompiler.cs (7)
493
if ((type.
FinalResolved
& XmlSchemaDerivationMethod.List) != 0) {
528
if ((type.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0) {
583
if ((unionMember.
FinalResolved
& XmlSchemaDerivationMethod.Union) != 0) {
711
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Extension) != 0) {
765
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0) {
801
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Extension) != 0) {
856
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0) {
System\Xml\Serialization\SchemaObjectWriter.cs (2)
465
WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.
FinalResolved
));
670
WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.
FinalResolved
));