41 references to Prohibited
dotnet-svcutil-lib (41)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (16)
745
if (attribute.Use != XmlSchemaUse.
Prohibited
)
770
if (attribute.Use == XmlSchemaUse.
Prohibited
)
1734
if (attribute.Use != XmlSchemaUse.
Prohibited
)
1793
if (attribute.Use != XmlSchemaUse.
Prohibited
)
1797
if (attribute.Use != XmlSchemaUse.
Prohibited
||
1798
(attribute.Use == XmlSchemaUse.
Prohibited
&& derivedBy == XmlSchemaDerivationMethod.Restriction && baseType != XmlSchemaComplexType.AnyType))
1823
if (attributeValue.Use != XmlSchemaUse.
Prohibited
||
1824
(attributeValue.Use == XmlSchemaUse.
Prohibited
&& derivedBy == XmlSchemaDerivationMethod.Restriction && baseType != XmlSchemaComplexType.AnyType))
1860
Debug.Assert(attribute.Use != XmlSchemaUse.
Prohibited
);
1861
if (attribute.AttributeSchemaType != attributeBase.AttributeSchemaType || attributeBase.Use == XmlSchemaUse.
Prohibited
)
1894
if (attributeBase.Use == XmlSchemaUse.
Prohibited
&& attribute.Use != XmlSchemaUse.
Prohibited
)
1908
else if (attribute.Use == XmlSchemaUse.
Prohibited
)
1959
if (attribute.Use != XmlSchemaUse.
Prohibited
)
1990
if (attribute.Use == XmlSchemaUse.
Prohibited
)
2175
case XmlSchemaUse.
Prohibited
:
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (18)
842
if (attribute.Use == XmlSchemaUse.
Prohibited
)
2072
if (attr.Use == XmlSchemaUse.
Prohibited
)
2136
if (attr.Use != XmlSchemaUse.
Prohibited
)
2140
if (attr.Use != XmlSchemaUse.
Prohibited
||
2141
(attr.Use == XmlSchemaUse.
Prohibited
&& derivedBy == XmlSchemaDerivationMethod.Restriction && baseType != XmlSchemaComplexType.AnyType))
2166
if (attribute.Use != XmlSchemaUse.
Prohibited
||
2167
(attribute.Use == XmlSchemaUse.
Prohibited
&& derivedBy == XmlSchemaDerivationMethod.Restriction && baseType != XmlSchemaComplexType.AnyType))
2207
Debug.Assert(attribute.Use != XmlSchemaUse.
Prohibited
);
2208
if (attributeBase.Use != XmlSchemaUse.
Prohibited
&& attribute.AttributeSchemaType != attributeBase.AttributeSchemaType)
2237
if (attributeBase.Use == XmlSchemaUse.
Prohibited
&& attribute.Use != XmlSchemaUse.
Prohibited
)
2255
else if (attribute.Use == XmlSchemaUse.
Prohibited
)
2315
if (attributeBase.Use == XmlSchemaUse.
Prohibited
&& attribute.Use != XmlSchemaUse.
Prohibited
)
2323
else if (attribute.Use == XmlSchemaUse.
Prohibited
)
2364
if (attribute.Use != XmlSchemaUse.
Prohibited
)
2395
if (attribute.Use == XmlSchemaUse.
Prohibited
)
2622
case XmlSchemaUse.
Prohibited
:
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
390
if (attribute.Use != XmlSchemaUse.
Prohibited
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
736
case XmlSchemaUse.
@Prohibited
: s = @"prohibited"; break;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
361
if (attr.Use != XmlSchemaUse.
Prohibited
) throw new InvalidOperationException(string.Format(ResXml.XmlSoapInvalidAttributeUse, type.Name, type.QualifiedName.Namespace));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1704
if (attribute.Use == XmlSchemaUse.
Prohibited
) return null;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1388
if (attribute.Use == XmlSchemaUse.
Prohibited
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4142
case Microsoft.Xml.Schema.XmlSchemaUse.
@Prohibited
: s = @"prohibited"; break;
10746
case @"prohibited": return Microsoft.Xml.Schema.XmlSchemaUse.
@Prohibited
;