3 writes to Final
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8736
o.
@Final
= Read7_XmlSchemaDerivationMethod(Reader.Value);
System.Xml (2)
System\Xml\Schema\Inference\Infer.cs (1)
2370
newElement.
Final
= copyElement.Final;
System\Xml\Schema\XsdBuilder.cs (1)
1291
builder.element.
Final
= (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "final");
13 references to Final
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2239
if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.
@Final
) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.@None)) {
2240
WriteAttribute(@"final", @"", Write7_XmlSchemaDerivationMethod(((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.
@Final
)));
System.Xml (11)
System\Xml\Schema\Inference\Infer.cs (1)
2370
newElement.Final = copyElement.
Final
;
System\Xml\Schema\Preprocessor.cs (5)
1075
if (element.
Final
== XmlSchemaDerivationMethod.All) {
1078
else if (element.
Final
== XmlSchemaDerivationMethod.None) {
1087
if ((element.
Final
& ~elementFinalAllowed) != 0) {
1090
element.SetFinalResolved(element.
Final
& elementFinalAllowed);
1144
if (element.
Final
!= XmlSchemaDerivationMethod.None) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
765
if (element.
Final
== XmlSchemaDerivationMethod.All) {
768
else if (element.
Final
== XmlSchemaDerivationMethod.None) {
777
if ((element.
Final
& ~elementFinalAllowed) != 0) {
780
element.SetFinalResolved(element.
Final
& elementFinalAllowed);
834
if (element.
Final
!= XmlSchemaDerivationMethod.None) {