3 references to Schema
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs (1)
127
if (CanHandleAttribute(reader, XmlConstants.
Schema
))
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
381
else if (CanHandleAttribute(reader, XmlConstants.
Schema
))
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (1)
213
(reader.LocalName == XmlConstants.
Schema
|| reader.LocalName == StorageMslConstructs.MappingElement))