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