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