37 references to Prohibited
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
2313if (attrib.Use == XmlSchemaUse.Prohibited)
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1379if (attribute.Use == XmlSchemaUse.Prohibited)
System.Private.Xml (33)
System\Xml\Schema\SchemaCollectionCompiler.cs (14)
754if (attribute!.Use != XmlSchemaUse.Prohibited) 779if (attribute!.Use == XmlSchemaUse.Prohibited) 1732if (attribute.Use != XmlSchemaUse.Prohibited) 1792if (attribute.Use != XmlSchemaUse.Prohibited) 1796if (attribute.Use != XmlSchemaUse.Prohibited || 1797(attribute.Use == XmlSchemaUse.Prohibited && derivedBy == XmlSchemaDerivationMethod.Restriction && baseType != XmlSchemaComplexType.AnyType)) 1822if (attributeValue!.Use != XmlSchemaUse.Prohibited || 1823(attributeValue.Use == XmlSchemaUse.Prohibited && derivedBy == XmlSchemaDerivationMethod.Restriction && baseType != XmlSchemaComplexType.AnyType)) 1859Debug.Assert(attribute.Use != XmlSchemaUse.Prohibited); 1860if (attribute.AttributeSchemaType != attributeBase.AttributeSchemaType || attributeBase.Use == XmlSchemaUse.Prohibited) 1893if (attributeBase.Use == XmlSchemaUse.Prohibited && attribute.Use != XmlSchemaUse.Prohibited) 1897else if (attribute.Use == XmlSchemaUse.Prohibited) 2094case XmlSchemaUse.Prohibited:
System\Xml\Schema\SchemaSetCompiler.cs (16)
855if (attribute!.Use == XmlSchemaUse.Prohibited) 2086if (attr.Use == XmlSchemaUse.Prohibited) 2152if (attr.Use != XmlSchemaUse.Prohibited) 2156if (attr.Use != XmlSchemaUse.Prohibited || 2157(attr.Use == XmlSchemaUse.Prohibited && derivedBy == XmlSchemaDerivationMethod.Restriction && baseType != XmlSchemaComplexType.AnyType)) 2182if (attribute!.Use != XmlSchemaUse.Prohibited || 2183(attribute.Use == XmlSchemaUse.Prohibited && derivedBy == XmlSchemaDerivationMethod.Restriction && baseType != XmlSchemaComplexType.AnyType)) 2224Debug.Assert(attribute.Use != XmlSchemaUse.Prohibited); 2225if (attributeBase.Use != XmlSchemaUse.Prohibited && attribute.AttributeSchemaType != attributeBase.AttributeSchemaType) 2254if (attributeBase.Use == XmlSchemaUse.Prohibited && attribute.Use != XmlSchemaUse.Prohibited) 2262else if (attribute.Use == XmlSchemaUse.Prohibited) 2314if (attributeBase.Use == XmlSchemaUse.Prohibited && attribute.Use != XmlSchemaUse.Prohibited) 2322else if (attribute.Use == XmlSchemaUse.Prohibited) 2566case XmlSchemaUse.Prohibited:
System\Xml\Schema\XmlSchemaComplexType.cs (1)
300if (attribute!.Use != XmlSchemaUse.Prohibited)
System\Xml\Serialization\SchemaObjectWriter.cs (1)
735case XmlSchemaUse.@Prohibited: s = @"prohibited"; break;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1568if (attribute.Use == XmlSchemaUse.Prohibited) return null;
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3860case Xml.Schema.XmlSchemaUse.@Prohibited: s = @"prohibited"; break; 10668case @"prohibited": return Xml.Schema.XmlSchemaUse.@Prohibited;