7 references to EntityDesignerUtils
System.Data.Entity.Design (7)
System\Data\Entity\Design\AspNet\EntityDesignerBuildProvider.cs (3)
61EntityDesignerUtils.ExtractConceptualMappingAndStorageNodes(edmxInputStream, out conceptualSchemaElement, out mappingElement, out storageSchemaElement, out embedAsResourcePropertyValue); 79string virtualPathPrefix = base.VirtualPath.Replace(EntityDesignerUtils._edmxFileExtension, String.Empty); 96EntityDesignerUtils.OutputXmlElementToStream(xmlElement, resStream);
System\Data\Entity\Design\EntityFrameworkVersions.cs (4)
206(reader.LocalName == EntityDesignerUtils.EdmxRootElementName)) 219case EntityDesignerUtils.EdmxNamespaceUriV1: 222case EntityDesignerUtils.EdmxNamespaceUriV2: 225case EntityDesignerUtils.EdmxNamespaceUriV3: