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)
41
get { return
_mapFilePath
; }
86
return File.OpenText(
_mapFilePath
);
91
return File.ReadAllBytes(Path.Combine(Path.GetDirectoryName(
_mapFilePath
), name));
96
return File.ReadAllBytes(Path.Combine(Path.GetDirectoryName(
_mapFilePath
), name));