4 writes to Final
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1491
builder._simpleType.
Final
= (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "final");
1624
builder._complexType.
Final
= (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "final");
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
9283
o.
@Final
= Read7_XmlSchemaDerivationMethod(Reader.Value);
11325
o.
@Final
= Read7_XmlSchemaDerivationMethod(Reader.Value);
20 references to Final
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (8)
1549
if (simpleType.
Final
== XmlSchemaDerivationMethod.All)
1553
else if (simpleType.
Final
== XmlSchemaDerivationMethod.None)
1566
if ((simpleType.
Final
& ~simpleTypeFinalAllowed) != 0)
1570
simpleType.SetFinalResolved(simpleType.
Final
& simpleTypeFinalAllowed);
1705
if (complexType.
Final
== XmlSchemaDerivationMethod.All)
1709
else if (complexType.
Final
== XmlSchemaDerivationMethod.None)
1722
if ((complexType.
Final
& ~complexTypeFinalAllowed) != 0)
1726
complexType.SetFinalResolved(complexType.
Final
& complexTypeFinalAllowed);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (8)
1194
if (simpleType.
Final
== XmlSchemaDerivationMethod.All)
1198
else if (simpleType.
Final
== XmlSchemaDerivationMethod.None)
1211
if ((simpleType.
Final
& ~simpleTypeFinalAllowed) != 0)
1215
simpleType.SetFinalResolved(simpleType.
Final
& simpleTypeFinalAllowed);
1348
if (complexType.
Final
== XmlSchemaDerivationMethod.All)
1352
else if (complexType.
Final
== XmlSchemaDerivationMethod.None)
1365
if ((complexType.
Final
& ~complexTypeFinalAllowed) != 0)
1369
complexType.SetFinalResolved(complexType.
Final
& complexTypeFinalAllowed);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
3147
if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.
@Final
) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@None))
3149
WriteAttribute(@"final", @"", Write7_XmlSchemaDerivationMethod(((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.
@Final
)));
3953
if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.
@Final
) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@None))
3955
WriteAttribute(@"final", @"", Write7_XmlSchemaDerivationMethod(((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.
@Final
)));