40 references to None
dotnet-svcutil-lib (40)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (9)
1028
else if (schema.BlockDefault == XmlSchemaDerivationMethod.
None
)
1044
else if (schema.FinalDefault == XmlSchemaDerivationMethod.
None
)
1309
else if (element.Final == XmlSchemaDerivationMethod.
None
)
1368
element.Block != XmlSchemaDerivationMethod.
None
||
1393
if (element.Final != XmlSchemaDerivationMethod.
None
)
1415
else if (element.Block == XmlSchemaDerivationMethod.
None
)
1553
else if (simpleType.Final == XmlSchemaDerivationMethod.
None
)
1693
else if (complexType.Block == XmlSchemaDerivationMethod.
None
)
1709
else if (complexType.Final == XmlSchemaDerivationMethod.
None
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
860
if (!XmlSchemaType.IsDerivedFromDatatype(simpleRestriction.BaseType.Datatype, baseType.Datatype, XmlSchemaDerivationMethod.
None
))
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (9)
443
else if (schema.BlockDefault == XmlSchemaDerivationMethod.
None
)
459
else if (schema.FinalDefault == XmlSchemaDerivationMethod.
None
)
956
else if (element.Final == XmlSchemaDerivationMethod.
None
)
1015
element.Block != XmlSchemaDerivationMethod.
None
||
1040
if (element.Final != XmlSchemaDerivationMethod.
None
)
1062
else if (element.Block == XmlSchemaDerivationMethod.
None
)
1198
else if (simpleType.Final == XmlSchemaDerivationMethod.
None
)
1336
else if (complexType.Block == XmlSchemaDerivationMethod.
None
)
1352
else if (complexType.Final == XmlSchemaDerivationMethod.
None
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
938
if (!XmlSchemaType.IsDerivedFromDatatype(simpleRestriction.BaseType.Datatype, baseType.Datatype, XmlSchemaDerivationMethod.
None
))
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (4)
37
private XmlSchemaDerivationMethod _blockDefault = XmlSchemaDerivationMethod.
None
;
38
private XmlSchemaDerivationMethod _finalDefault = XmlSchemaDerivationMethod.
None
;
293
[XmlAttribute("blockDefault"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
304
[XmlAttribute("finalDefault"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (3)
21
private XmlSchemaDerivationMethod _block = XmlSchemaDerivationMethod.
None
;
162
[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
494
_blockResolved = XmlSchemaDerivationMethod.
None
;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (4)
28
private XmlSchemaDerivationMethod _block = XmlSchemaDerivationMethod.
None
;
29
private XmlSchemaDerivationMethod _final = XmlSchemaDerivationMethod.
None
;
67
[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
90
[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaType.cs (2)
23
private XmlSchemaDerivationMethod _final = XmlSchemaDerivationMethod.
None
;
106
[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.
None
)]
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (7)
2319
if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.@BlockDefault) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@None
))
2323
if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.@FinalDefault) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@None
))
2847
if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.@Block) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@None
))
2852
if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.@Final) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@None
))
3147
if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.@Final) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@None
))
3953
if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.@Final) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@None
))
3961
if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.@Block) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@None
))