40 references to None
System.Web.Services (7)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (7)
1816
if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@BlockDefault) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.
@None
)) {
1819
if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@FinalDefault) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.
@None
)) {
2235
if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@Block) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.
@None
)) {
2239
if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@Final) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.
@None
)) {
2477
if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@Final) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.
@None
)) {
3129
if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@Final) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.
@None
)) {
3135
if (((global::System.Xml.Schema.XmlSchemaDerivationMethod)o.@Block) != (global::System.Xml.Schema.XmlSchemaDerivationMethod.
@None
)) {
System.Xml (33)
System\Xml\Schema\Preprocessor.cs (9)
858
else if (schema.BlockDefault == XmlSchemaDerivationMethod.
None
) {
870
else if (schema.FinalDefault == XmlSchemaDerivationMethod.
None
) {
1078
else if (element.Final == XmlSchemaDerivationMethod.
None
) {
1123
element.Block != XmlSchemaDerivationMethod.
None
||
1144
if (element.Final != XmlSchemaDerivationMethod.
None
) {
1161
else if (element.Block == XmlSchemaDerivationMethod.
None
) {
1268
else if (simpleType.Final == XmlSchemaDerivationMethod.
None
) {
1377
else if (complexType.Block == XmlSchemaDerivationMethod.
None
) {
1389
else if (complexType.Final == XmlSchemaDerivationMethod.
None
) {
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
686
if(!XmlSchemaType.IsDerivedFromDatatype(simpleRestriction.BaseType.Datatype, baseType.Datatype, XmlSchemaDerivationMethod.
None
)) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (9)
367
else if (schema.BlockDefault == XmlSchemaDerivationMethod.
None
) {
379
else if (schema.FinalDefault == XmlSchemaDerivationMethod.
None
) {
768
else if (element.Final == XmlSchemaDerivationMethod.
None
) {
813
element.Block != XmlSchemaDerivationMethod.
None
||
834
if (element.Final != XmlSchemaDerivationMethod.
None
) {
851
else if (element.Block == XmlSchemaDerivationMethod.
None
) {
956
else if (simpleType.Final == XmlSchemaDerivationMethod.
None
) {
1063
else if (complexType.Block == XmlSchemaDerivationMethod.
None
) {
1075
else if (complexType.Final == XmlSchemaDerivationMethod.
None
) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
744
if(!XmlSchemaType.IsDerivedFromDatatype(simpleRestriction.BaseType.Datatype, baseType.Datatype, XmlSchemaDerivationMethod.
None
)) {
System\Xml\Schema\XmlSchema.cs (4)
44
XmlSchemaDerivationMethod blockDefault = XmlSchemaDerivationMethod.
None
;
45
XmlSchemaDerivationMethod finalDefault = XmlSchemaDerivationMethod.
None
;
273
[XmlAttribute("blockDefault"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
283
[XmlAttribute("finalDefault"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
System\Xml\Schema\XmlSchemaComplexType.cs (3)
19
XmlSchemaDerivationMethod block = XmlSchemaDerivationMethod.
None
;
148
[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
428
this.blockResolved = XmlSchemaDerivationMethod.
None
;
System\Xml\Schema\XmlSchemaElement.cs (4)
26
XmlSchemaDerivationMethod block = XmlSchemaDerivationMethod.
None
;
27
XmlSchemaDerivationMethod final = XmlSchemaDerivationMethod.
None
;
63
[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
84
[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
System\Xml\Schema\XmlSchemaType.cs (2)
21
XmlSchemaDerivationMethod final = XmlSchemaDerivationMethod.
None
;
94
[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.
None
)]