3 writes to Block
System.Private.Xml (2)
System\Xml\Schema\Inference\Infer.cs (1)
2387
newElement.
Block
= copyElement.Block;
System\Xml\Schema\XsdBuilder.cs (1)
1345
builder._element!.
Block
= (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "block");
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10728
o.
@Block
= Read7_XmlSchemaDerivationMethod(Reader.Value);
13 references to Block
System.Private.Xml (11)
System\Xml\Schema\Inference\Infer.cs (1)
2387
newElement.Block = copyElement.
Block
;
System\Xml\Schema\Preprocessor.cs (5)
1335
element.
Block
!= XmlSchemaDerivationMethod.None ||
1378
if (element.
Block
== XmlSchemaDerivationMethod.All)
1382
else if (element.
Block
== XmlSchemaDerivationMethod.None)
1395
if ((element.
Block
& ~elementBlockAllowed) != 0)
1399
element.SetBlockResolved(element.
Block
& elementBlockAllowed);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
1008
element.
Block
!= XmlSchemaDerivationMethod.None ||
1051
if (element.
Block
== XmlSchemaDerivationMethod.All)
1055
else if (element.
Block
== XmlSchemaDerivationMethod.None)
1068
if ((element.
Block
& ~elementBlockAllowed) != 0)
1072
element.SetBlockResolved(element.
Block
& elementBlockAllowed);
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2628
if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.
@Block
) != (Xml.Schema.XmlSchemaDerivationMethod.@None)) {
2629
WriteAttribute(@"block", @"", Write7_XmlSchemaDerivationMethod(((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.
@Block
)));