16 references to FinalResolved
System.Private.Xml (16)
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
547
if ((type.
FinalResolved
& XmlSchemaDerivationMethod.List) != 0)
586
if ((type.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0)
654
if ((unionMember.
FinalResolved
& XmlSchemaDerivationMethod.Union) != 0)
827
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Extension) != 0)
896
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0)
951
if ((baseType!.
FinalResolved
& XmlSchemaDerivationMethod.Extension) != 0)
1017
if ((baseType!.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0)
System\Xml\Schema\SchemaSetCompiler.cs (7)
631
if ((type.
FinalResolved
& XmlSchemaDerivationMethod.List) != 0)
676
if ((type.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0)
744
if ((unionMember.
FinalResolved
& XmlSchemaDerivationMethod.Union) != 0)
906
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Extension) != 0)
977
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0)
1026
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Extension) != 0)
1097
if ((baseType.
FinalResolved
& XmlSchemaDerivationMethod.Restriction) != 0)
System\Xml\Serialization\SchemaObjectWriter.cs (2)
563
WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.
FinalResolved
));
806
WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.
FinalResolved
));