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