1 write to dataSvcMapFilePath
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
295
this.
dataSvcMapFilePath
= mapFilePath;
2 references to dataSvcMapFilePath
System.Data.Services.Design (2)
System\Data\EntityModel\DataServiceBuildProvider.cs (2)
355
string edmxFilePath = IO.Path.Combine(IO.Path.GetDirectoryName(this.
dataSvcMapFilePath
), this.edmxSchemaFileName);
364
using (System.IO.TextReader mapFileReader = IO.File.OpenText(this.
dataSvcMapFilePath
))