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