31 references to None
System.Private.Xml (31)
System\Xml\Schema\Preprocessor.cs (9)
993
else if (schema.BlockDefault == XmlSchemaDerivationMethod.
None
)
1009
else if (schema.FinalDefault == XmlSchemaDerivationMethod.
None
)
1276
else if (element.Final == XmlSchemaDerivationMethod.
None
)
1335
element.Block != XmlSchemaDerivationMethod.
None
||
1360
if (element.Final != XmlSchemaDerivationMethod.
None
)
1382
else if (element.Block == XmlSchemaDerivationMethod.
None
)
1523
else if (simpleType.Final == XmlSchemaDerivationMethod.
None
)
1661
else if (complexType.Block == XmlSchemaDerivationMethod.
None
)
1677
else if (complexType.Final == XmlSchemaDerivationMethod.
None
)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (9)
438
else if (schema.BlockDefault == XmlSchemaDerivationMethod.
None
)
454
else if (schema.FinalDefault == XmlSchemaDerivationMethod.
None
)
949
else if (element.Final == XmlSchemaDerivationMethod.
None
)
1008
element.Block != XmlSchemaDerivationMethod.
None
||
1033
if (element.Final != XmlSchemaDerivationMethod.
None
)
1055
else if (element.Block == XmlSchemaDerivationMethod.
None
)
1190
else if (simpleType.Final == XmlSchemaDerivationMethod.
None
)
1326
else if (complexType.Block == XmlSchemaDerivationMethod.
None
)
1342
else if (complexType.Final == XmlSchemaDerivationMethod.
None
)
System\Xml\Schema\XmlSchema.cs (4)
23
private XmlSchemaDerivationMethod _blockDefault = XmlSchemaDerivationMethod.
None
;
24
private XmlSchemaDerivationMethod _finalDefault = XmlSchemaDerivationMethod.
None
;
245
[XmlAttribute("blockDefault"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
252
[XmlAttribute("finalDefault"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
System\Xml\Schema\XmlSchemaComplexType.cs (3)
16
private XmlSchemaDerivationMethod _block = XmlSchemaDerivationMethod.
None
;
143
[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
406
_blockResolved = XmlSchemaDerivationMethod.
None
;
System\Xml\Schema\XmlSchemaElement.cs (4)
19
private XmlSchemaDerivationMethod _block = XmlSchemaDerivationMethod.
None
;
20
private XmlSchemaDerivationMethod _final = XmlSchemaDerivationMethod.
None
;
50
[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
65
[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
System\Xml\Schema\XmlSchemaType.cs (2)
17
private XmlSchemaDerivationMethod _final = XmlSchemaDerivationMethod.
None
;
93
[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.
None
)]