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