2 writes to FinalDefault
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1150builder._schema.FinalDefault = (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "finalDefault");
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8512o.@FinalDefault = Read7_XmlSchemaDerivationMethod(Reader.Value);
10 references to FinalDefault
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
1040if (schema.FinalDefault == XmlSchemaDerivationMethod.All) 1044else if (schema.FinalDefault == XmlSchemaDerivationMethod.None) 1050if ((schema.FinalDefault & ~schemaFinalDefaultAllowed) != 0) 1054_finalDefault = schema.FinalDefault & schemaFinalDefaultAllowed;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
455if (schema.FinalDefault == XmlSchemaDerivationMethod.All) 459else if (schema.FinalDefault == XmlSchemaDerivationMethod.None) 465if ((schema.FinalDefault & ~schemaFinalDefaultAllowed) != 0) 469_finalDefault = schema.FinalDefault & schemaFinalDefaultAllowed;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
2323if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.@FinalDefault) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@None)) 2325WriteAttribute(@"finalDefault", @"", Write7_XmlSchemaDerivationMethod(((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.@FinalDefault)));