16 references to FinalResolved
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (7)
538if ((type.FinalResolved & XmlSchemaDerivationMethod.List) != 0) 578if ((type.FinalResolved & XmlSchemaDerivationMethod.Restriction) != 0) 645if ((unionMember.FinalResolved & XmlSchemaDerivationMethod.Union) != 0) 818if ((baseType.FinalResolved & XmlSchemaDerivationMethod.Extension) != 0) 887if ((baseType.FinalResolved & XmlSchemaDerivationMethod.Restriction) != 0) 942if ((baseType.FinalResolved & XmlSchemaDerivationMethod.Extension) != 0) 1008if ((baseType.FinalResolved & XmlSchemaDerivationMethod.Restriction) != 0)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (7)
619if ((type.FinalResolved & XmlSchemaDerivationMethod.List) != 0) 663if ((type.FinalResolved & XmlSchemaDerivationMethod.Restriction) != 0) 730if ((unionMember.FinalResolved & XmlSchemaDerivationMethod.Union) != 0) 896if ((baseType.FinalResolved & XmlSchemaDerivationMethod.Extension) != 0) 965if ((baseType.FinalResolved & XmlSchemaDerivationMethod.Restriction) != 0) 1011if ((baseType.FinalResolved & XmlSchemaDerivationMethod.Extension) != 0) 1078if ((baseType.FinalResolved & XmlSchemaDerivationMethod.Restriction) != 0)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
564WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.FinalResolved)); 807WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.FinalResolved));