2 writes to Block
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1619
builder._complexType.
Block
= (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "block");
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11335
o.
@Block
= Read7_XmlSchemaDerivationMethod(Reader.Value);
10 references to Block
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
1689
if (complexType.
Block
== XmlSchemaDerivationMethod.All)
1693
else if (complexType.
Block
== XmlSchemaDerivationMethod.None)
1699
if ((complexType.
Block
& ~complexTypeBlockAllowed) != 0)
1703
complexType.SetBlockResolved(complexType.
Block
& complexTypeBlockAllowed);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
1332
if (complexType.
Block
== XmlSchemaDerivationMethod.All)
1336
else if (complexType.
Block
== XmlSchemaDerivationMethod.None)
1342
if ((complexType.
Block
& ~complexTypeBlockAllowed) != 0)
1346
complexType.SetBlockResolved(complexType.
Block
& complexTypeBlockAllowed);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
3961
if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.
@Block
) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@None))
3963
WriteAttribute(@"block", @"", Write7_XmlSchemaDerivationMethod(((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.
@Block
)));