6 overrides of ProhibitAttribute
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs (1)
49protected override bool ProhibitAttribute(string namespaceUri, string localName)
System\Data\EntityModel\SchemaObjectModel\FacetDescriptionElement.cs (1)
33protected override bool ProhibitAttribute(string namespaceUri, string localName)
System\Data\EntityModel\SchemaObjectModel\OnOperation.cs (1)
65protected override bool ProhibitAttribute(string namespaceUri, string localName)
System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs (1)
87protected override bool ProhibitAttribute(string namespaceUri, string localName)
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (1)
139protected override bool ProhibitAttribute(string namespaceUri, string localName)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
724protected override bool ProhibitAttribute(string namespaceUri, string localName)
8 references to ProhibitAttribute
System.Data.Entity (8)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs (1)
51if (base.ProhibitAttribute(namespaceUri, localName))
System\Data\EntityModel\SchemaObjectModel\FacetDescriptionElement.cs (1)
35if (base.ProhibitAttribute(namespaceUri, localName))
System\Data\EntityModel\SchemaObjectModel\OnOperation.cs (1)
67if (base.ProhibitAttribute(namespaceUri, localName))
System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs (1)
89if (base.ProhibitAttribute(namespaceUri, localName))
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (1)
141if (base.ProhibitAttribute(namespaceUri, localName))
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
726if (base.ProhibitAttribute(namespaceUri, localName))
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (2)
597&& !ProhibitAttribute(attributeNamespace, reader.LocalName) 606else if (!ProhibitAttribute(attributeNamespace, reader.LocalName)&&