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