1 write to _mapFilePath
System.Web.Extensions (1)
Compilation\WCFModel\DataSvcMapFileLoader.cs (1)
34_mapFilePath = mapFilePath;
4 references to _mapFilePath
System.Web.Extensions (4)
Compilation\WCFModel\DataSvcMapFileLoader.cs (4)
41get { return _mapFilePath; } 86return File.OpenText(_mapFilePath); 91return File.ReadAllBytes(Path.Combine(Path.GetDirectoryName(_mapFilePath), name)); 96return File.ReadAllBytes(Path.Combine(Path.GetDirectoryName(_mapFilePath), name));