5 references to FinalResolved
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
450
if (examplar.
FinalResolved
== XmlSchemaDerivationMethod.All)
494
if (!XmlSchemaType.IsDerivedFrom(element!.ElementSchemaType, examplar.ElementSchemaType, examplar.
FinalResolved
))
System\Xml\Schema\SchemaSetCompiler.cs (2)
461
if (!XmlSchemaType.IsDerivedFrom(element.ElementSchemaType, headElement.ElementSchemaType, headElement.
FinalResolved
))
508
if (examplar.
FinalResolved
== XmlSchemaDerivationMethod.All)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
981
WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.
FinalResolved
));