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