2 writes to Block
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1614
builder._complexType!.
Block
= (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "block");
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
11264
o.
@Block
= Read7_XmlSchemaDerivationMethod(Reader.Value);
10 references to Block
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (4)
1657
if (complexType.
Block
== XmlSchemaDerivationMethod.All)
1661
else if (complexType.
Block
== XmlSchemaDerivationMethod.None)
1667
if ((complexType.
Block
& ~complexTypeBlockAllowed) != 0)
1671
complexType.SetBlockResolved(complexType.
Block
& complexTypeBlockAllowed);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
1322
if (complexType.
Block
== XmlSchemaDerivationMethod.All)
1326
else if (complexType.
Block
== XmlSchemaDerivationMethod.None)
1332
if ((complexType.
Block
& ~complexTypeBlockAllowed) != 0)
1336
complexType.SetBlockResolved(complexType.
Block
& complexTypeBlockAllowed);
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3700
if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.
@Block
) != (Xml.Schema.XmlSchemaDerivationMethod.@None)) {
3701
WriteAttribute(@"block", @"", Write7_XmlSchemaDerivationMethod(((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.
@Block
)));