3 writes to Final
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
2409
newElement.
Final
= copyElement.Final;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1372
builder._element.
Final
= (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "final");
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10817
o.
@Final
= Read7_XmlSchemaDerivationMethod(Reader.Value);
13 references to Final
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
2409
newElement.Final = copyElement.
Final
;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (5)
1305
if (element.
Final
== XmlSchemaDerivationMethod.All)
1309
else if (element.
Final
== XmlSchemaDerivationMethod.None)
1322
if ((element.
Final
& ~elementFinalAllowed) != 0)
1326
element.SetFinalResolved(element.
Final
& elementFinalAllowed);
1393
if (element.
Final
!= XmlSchemaDerivationMethod.None)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (5)
952
if (element.
Final
== XmlSchemaDerivationMethod.All)
956
else if (element.
Final
== XmlSchemaDerivationMethod.None)
969
if ((element.
Final
& ~elementFinalAllowed) != 0)
973
element.SetFinalResolved(element.
Final
& elementFinalAllowed);
1040
if (element.
Final
!= XmlSchemaDerivationMethod.None)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
2852
if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.
@Final
) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@None))
2854
WriteAttribute(@"final", @"", Write7_XmlSchemaDerivationMethod(((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.
@Final
)));