4 references to AnnotationNamespace
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
771
else if (reader.NamespaceURI == XmlConstants.
AnnotationNamespace
&& reader.LocalName == XmlConstants.UseStrongSpatialTypes)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
595
if (attributeNamespace == XmlConstants.
AnnotationNamespace
System\Data\EntityModel\SchemaObjectModel\XmlSchemaResource.cs (2)
116
new XmlSchemaResource(XmlConstants.
AnnotationNamespace
, "System.Data.Resources.AnnotationSchema.xsd") };
120
new XmlSchemaResource(XmlConstants.
AnnotationNamespace
, "System.Data.Resources.AnnotationSchema.xsd") };