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