1 write to edmxSchemaFileName
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
367
this.
edmxSchemaFileName
= GetMetadataFileNameFromMapFile(document);
1 reference to edmxSchemaFileName
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
355
string edmxFilePath = IO.Path.Combine(IO.Path.GetDirectoryName(this.dataSvcMapFilePath), this.
edmxSchemaFileName
);