2 writes to Block
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9162
o.
@Block
= Read7_XmlSchemaDerivationMethod(Reader.Value);
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1503
builder.complexType.
Block
= (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "block");
10 references to Block
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3135
if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.
@Block
) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.@None)) {
3136
WriteAttribute(@"block", @"", Write7_XmlSchemaDerivationMethod(((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.
@Block
)));
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (4)
1374
if (complexType.
Block
== XmlSchemaDerivationMethod.All) {
1377
else if (complexType.
Block
== XmlSchemaDerivationMethod.None) {
1381
if ((complexType.
Block
& ~complexTypeBlockAllowed) != 0) {
1384
complexType.SetBlockResolved(complexType.
Block
& complexTypeBlockAllowed);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
1060
if (complexType.
Block
== XmlSchemaDerivationMethod.All) {
1063
else if (complexType.
Block
== XmlSchemaDerivationMethod.None) {
1067
if ((complexType.
Block
& ~complexTypeBlockAllowed) != 0) {
1070
complexType.SetBlockResolved(complexType.
Block
& complexTypeBlockAllowed);