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