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